fix backup fields

This commit is contained in:
2024-07-04 22:45:18 -05:00
parent 875f0c143c
commit 667236239d
3 changed files with 6 additions and 6 deletions

View File

@@ -94,8 +94,8 @@ externalClusters:
{{- if .Values.recovery.data.encryption }}
encryption: {{ .Values.recovery.data.encryption }}
{{- end }}
{{- if .Values.recovery.data.maxParallel }}
maxParallel: {{ .Values.recovery.data.maxParallel }}
{{- if .Values.recovery.data.jobs }}
jobs: {{ .Values.recovery.data.jobs }}
{{- end }}
{{- else }}
{{ fail "Invalid cluster mode!" }}