Skip to content

Commit 7051a5d

Browse files
committed
fix: use quote function to guarentee all crons
Signed-off-by: osamamagdy <[email protected]>
1 parent 00151ad commit 7051a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/wrongsecrets-ctf-party/templates/cleanup/cron-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ kind: CronJob
88
metadata:
99
name: 'cleanup-job'
1010
spec:
11-
schedule: {{ .Values.wrongsecretsCleanup.cron }}
11+
schedule: {{ .Values.wrongsecretsCleanup.cron | quote }}
1212
successfulJobsHistoryLimit: {{ .Values.wrongsecretsCleanup.successfulJobsHistoryLimit }}
1313
failedJobsHistoryLimit: {{ .Values.wrongsecretsCleanup.failedJobsHistoryLimit }}
1414
jobTemplate:

0 commit comments

Comments
 (0)