fix yaml on migrations job
This commit is contained in:
parent
4dc23cf997
commit
da5da64d27
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user