Skip to content

Commit 51e74aa

Browse files
authored
Merge pull request #184 from osamamagdy/fix-cleaner-cron-schedule-in-helm-chart
fix: use quote function to guarentee all crons
2 parents 00151ad + 7051a5d commit 51e74aa

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)