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

This commit is contained in:
Jaime Conde
2024-07-12 11:23:29 +02:00
committed by Carlos García-Mauriño
parent eedece7699
commit 065dface91
2 changed files with 7 additions and 5 deletions

View File

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

View File

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