Skip to content

Commit b41af4a

Browse files
committed
bugfix: add missing space
1 parent 60ca381 commit b41af4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcpFilestoreBackups/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
{{ if .Values.retentionDays }}
4040
- '--retention-days {{ .Values.retentionDays }}'
4141
{{- end -}}
42-
{{ if .Values.backupFreqDays}}
42+
{{ if .Values.backupFreqDays }}
4343
- '--backup-freq-days {{ .Values.backupFreqDays }}'
4444
{{- end -}}
4545
securityContext:

0 commit comments

Comments
 (0)