templates/deployment.yaml aktualisiert
This commit is contained in:
@@ -73,7 +73,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
- name: LB_DB_USER
|
- name: LB_DB_USER
|
||||||
{{- if eq .Values.mariadb.enabled true }}
|
{{- if eq .Values.mariadb.enabled true }}
|
||||||
value: {{ .Values.mariadb.userDatabase.user }}
|
value: {{ .Values.mariadb.userDatabase.user.value }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- if .Values.externalDatabase.existingSecretConfig.usernameField }}
|
{{- if .Values.externalDatabase.existingSecretConfig.usernameField }}
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user