fix: add POSTGRES_HOSTNAME env to migration job
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 6m6s

This commit is contained in:
liquidrinu 2025-05-22 19:37:33 +02:00
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