templates/deployment.yaml aktualisiert
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user