We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d87e8 commit 3b20f74Copy full SHA for 3b20f74
1 file changed
deployment-configuration/helm/templates/auto-database-postgres.yaml
@@ -4,6 +4,12 @@
4
{{- else }}
5
image: {{ .app.harness.database.postgres.image }}
6
{{- end }}
7
+ {{- with .app.harness.database.postgres.args }}
8
+ args:
9
+ {{- range . }}
10
+ - {{ . | quote }}
11
+ {{- end }}
12
13
env:
14
- name: POSTGRES_DB
15
value: {{ .app.harness.database.postgres.initialdb | quote }}
0 commit comments