fix: add POSTGRES_HOSTNAME env to migration job
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 6m6s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 6m6s
This commit is contained in:
parent
addcc6d7e2
commit
fa08e6de1b
@ -24,4 +24,6 @@ spec:
|
||||
- name: {{ $key }}
|
||||
value: "{{ $val }}"
|
||||
{{- end }}
|
||||
- name: POSTGRES_HOSTNAME
|
||||
value: "{{ .Values.backend.env.POSTGRES_HOST }}"
|
||||
restartPolicy: Never
|
||||
|
Loading…
Reference in New Issue
Block a user