Add fail close to mitigate breaking change on preInstall -> migrationJob
This commit is contained in:
parent
74288199f6
commit
126b55438a
|
@ -1,3 +1,7 @@
|
||||||
|
{{- if .Values.preInstall -}}
|
||||||
|
{{- fail ".Values.preInstall was moved to .Values.migrationJob, update your values accordingly" -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
{{- if .Values.migrationJob.enabled -}}
|
{{- if .Values.migrationJob.enabled -}}
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
||||||
kind: Job
|
kind: Job
|
||||||
|
|
Loading…
Reference in a new issue