|
@@ -69,10 +69,10 @@ backupChownMode (optional): Whether to chown the backup directory or
|
|
|
{{- if hasKey $ixChartContext "isUpgrade" -}}
|
|
|
{{- if $ixChartContext.isUpgrade -}}
|
|
|
{{- $enableBackupJob = true -}}
|
|
|
- {{- end -}}
|
|
|
- {{- if hasKey $ixChartContext "isStopped" -}}
|
|
|
- {{- if $ixChartContext.isStopped -}}
|
|
|
- {{- fail "Application must be running before upgrade. This is to ensure the database backup will be able to complete." -}}
|
|
|
+ {{- if hasKey $ixChartContext "isStopped" -}}
|
|
|
+ {{- if $ixChartContext.isStopped -}}
|
|
|
+ {{- fail "Application must be running before upgrade. This is to ensure the database backup will be able to complete." -}}
|
|
|
+ {{- end -}}
|
|
|
{{- end -}}
|
|
|
{{- end -}}
|
|
|
{{- else -}}
|