We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ca381 commit b41af4aCopy full SHA for b41af4a
gcpFilestoreBackups/templates/deployment.yaml
@@ -39,7 +39,7 @@ spec:
39
{{ if .Values.retentionDays }}
40
- '--retention-days {{ .Values.retentionDays }}'
41
{{- end -}}
42
- {{ if .Values.backupFreqDays}}
+ {{ if .Values.backupFreqDays }}
43
- '--backup-freq-days {{ .Values.backupFreqDays }}'
44
45
securityContext:
0 commit comments