mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
[bitnami/postgresql]fix credetials for initdbScripts (#2083)
* [bitnami/postgresql] Fix credetials for initdbScripts
This commit is contained in:
@@ -152,7 +152,7 @@ spec:
|
||||
{{- end }}
|
||||
{{- if .Values.initdbPassword }}
|
||||
- name: POSTGRESQL_INITSCRIPTS_PASSWORD
|
||||
value: .Values.initdbPassword
|
||||
value: {{ .Values.initdbPassword }}
|
||||
{{- end }}
|
||||
{{- if .Values.persistence.mountPath }}
|
||||
- name: PGDATA
|
||||
|
||||
Reference in New Issue
Block a user