From a4c79a90897707c4d4cde47ee6781fcff895c53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Ahlers?= Date: Thu, 6 Nov 2025 17:40:56 +0000 Subject: [PATCH] templates/deployment.yaml aktualisiert --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 346b050..ee02f68 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -73,7 +73,7 @@ spec: {{- end }} - name: LB_DB_USER {{- if eq .Values.mariadb.enabled true }} - value: {{ .Values.mariadb.userDatabase.user }} + value: {{ .Values.mariadb.userDatabase.user.value }} {{- else }} {{- if .Values.externalDatabase.existingSecretConfig.usernameField }} valueFrom: