Skip to content

Commit 770ca83

Browse files
committed
Add PG password for tiler-db config as env var
1 parent 347cec4 commit 770ca83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osm-seed/templates/tiler-db/tiler-db-configmap.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ data:
1212
{{- end }}
1313
POSTGRES_DB: {{ .Values.tilerDb.env.POSTGRES_DB }}
1414
POSTGRES_PASSWORD: {{ .Values.tilerDb.env.POSTGRES_PASSWORD | quote }}
15+
PGPASSWORD: {{ .Values.tilerDb.env.POSTGRES_PASSWORD | quote }}
1516
POSTGRES_USER: {{ .Values.tilerDb.env.POSTGRES_USER | quote }}
1617
POSTGRES_PORT: {{ .Values.tilerDb.env.POSTGRES_PORT | quote }}
1718
{{- end }}

0 commit comments

Comments
 (0)