We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb1dbe commit 3824b07Copy full SHA for 3824b07
helm-chart/eoapi/templates/pgstacboostrap/job.yaml
@@ -24,6 +24,10 @@ spec:
24
{{ else }}
25
['sh', '-c', 'until nc -z $POSTGRES_HOST 5432; do echo waiting for db; sleep 10; done;']
26
{{ end }}
27
+ env:
28
+ {{- with .Values.pgstacBootstrap.settings.envVars }}
29
+ {{- toYaml . | nindent 12 }}
30
+ {{- end }}
31
containers:
32
- name: pgstacbootstrap
33
image: {{ .Values.pgstacBootstrap.image.name }}:{{ .Values.pgstacBootstrap.image.tag }}
0 commit comments