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.auth.username }}
|
||||
value: {{ .Values.mariadb.userDatabase.user.value }}
|
||||
{{- else }}
|
||||
{{- if .Values.externalDatabase.existingSecretConfig.usernameField }}
|
||||
valueFrom:
|
||||
@@ -95,7 +95,7 @@ spec:
|
||||
{{- end }}
|
||||
- name: LB_DB_NAME
|
||||
{{- if eq .Values.mariadb.enabled true }}
|
||||
value: {{ .Values.mariadb.auth.database }}
|
||||
value: {{ .Values.mariadb.userDatabase.name.value }}
|
||||
{{- else }}
|
||||
{{- if .Values.externalDatabase.existingSecretConfig.databaseField }}
|
||||
valueFrom:
|
||||
@@ -110,8 +110,6 @@ spec:
|
||||
value: '{{ .Values.librebooking.installPW }}'
|
||||
- name: LB_LOG_LEVEL
|
||||
value: '{{ .Values.librebooking.loglevel }}'
|
||||
- name: LB_LOG_SQL
|
||||
value: '{{ .Values.mariadb.loglevel }}'
|
||||
- name: TZ
|
||||
value: '{{ .Values.librebooking.TZ }}'
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user