helm run DISABLE_SCHEMA_UPDATE

This commit is contained in:
Ishaan Jaff 2024-11-13 15:28:07 -08:00
parent b8b899f5d7
commit e77ceec949

View file

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