overrride mongodb setting through kustomize

This commit is contained in:
Cedric Verstraeten
2025-03-06 11:19:54 +01:00
parent 5aac77dfbc
commit ae9c09e342

View File

@@ -43,6 +43,11 @@ helmCharts:
kerberoshub:
api:
url: "localhost:32081"
mongodb:
host: mongodb.mongodb
adminDatabase: admin
username: "root"
password: "yourpassword"
- name: mongodb
releaseName: mongodb
namespace: mongodb