Skip to content

Commit 3b20f74

Browse files
committed
Add args support to postgres deployment
1 parent d7d87e8 commit 3b20f74

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

deployment-configuration/helm/templates/auto-database-postgres.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
{{- else }}
55
image: {{ .app.harness.database.postgres.image }}
66
{{- end }}
7+
{{- with .app.harness.database.postgres.args }}
8+
args:
9+
{{- range . }}
10+
- {{ . | quote }}
11+
{{- end }}
12+
{{- end }}
713
env:
814
- name: POSTGRES_DB
915
value: {{ .app.harness.database.postgres.initialdb | quote }}

0 commit comments

Comments
 (0)