fix yaml on migrations job

This commit is contained in:
Ishaan Jaff 2024-11-13 16:48:22 -08:00
parent 4dc23cf997
commit da5da64d27

View file

@ -25,5 +25,6 @@ spec:
value: {{ .Values.db.url | quote }}
- name: DISABLE_SCHEMA_UPDATE
value: "false" # always run the migration from the Helm PreSync hook, override the value set
{{- end }}
restartPolicy: OnFailure
backoffLimit: {{ .Values.migrationJob.backoffLimit }}