Skip to content

Commit

Permalink
fix(cluster): Add quote to schedule parameter (#289)
Browse files Browse the repository at this point in the history
Fixes Issue #288 - schedule parameter not quoted

Signed-off-by: walterbaidal <[email protected]>
  • Loading branch information
walterbaidal authored May 24, 2024
1 parent 9c668bc commit 7c1557e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster/templates/scheduled-backups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
labels: {{ include "cluster.labels" $context | nindent 4 }}
spec:
immediate: true
schedule: {{ .schedule }}
schedule: {{ .schedule | quote }}
method: {{ .method }}
backupOwnerReference: {{ .backupOwnerReference }}
cluster:
Expand Down

0 comments on commit 7c1557e

Please sign in to comment.