fix(nubus): Map helmfile default account secrets to Nubus

This commit is contained in:
Jaime Conde
2024-07-12 11:23:29 +02:00
parent f4ecbb8397
commit f16e172ebc
2 changed files with 7 additions and 5 deletions

View File

@@ -18,10 +18,12 @@ global:
host: "minio" host: "minio"
port: "9000" port: "9000"
protocol: "http" protocol: "http"
credentialOverride:
credentialOverride: ldapServer:
ldapServer: adminPassword: {{ .Values.secrets.univentionManagementStack.ldapSecret | quote}}
adminPassword: {{ .Values.secrets.univentionManagementStack.ldapSecret | quote}} defaultUsers:
defaultAdminPassword: {{ .Values.secrets.univentionManagementStack.defaultAccounts.adminPassword | quote}}
defaultUserPassword: {{ .Values.secrets.univentionManagementStack.defaultAccounts.userPassword | quote}}
nubusStackGateway: nubusStackGateway:
ingress: ingress:

View File

@@ -252,7 +252,7 @@ charts:
registry: "registry.opencode.de" registry: "registry.opencode.de"
repository: "bmi/opendesk/components/supplier/univention/charts-mirror" repository: "bmi/opendesk/components/supplier/univention/charts-mirror"
name: "nubus" name: "nubus"
version: "0.24.0" version: "0.24.1"
verify: true verify: true
opendeskKeycloakBootstrap: opendeskKeycloakBootstrap:
# providerCategory: "Platform" # providerCategory: "Platform"