mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +01:00
fix(nubus): Map helmfile default account secrets to Nubus
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user