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 00151ad commit 7051a5dCopy full SHA for 7051a5d
helm/wrongsecrets-ctf-party/templates/cleanup/cron-job.yaml
@@ -8,7 +8,7 @@ kind: CronJob
8
metadata:
9
name: 'cleanup-job'
10
spec:
11
- schedule: {{ .Values.wrongsecretsCleanup.cron }}
+ schedule: {{ .Values.wrongsecretsCleanup.cron | quote }}
12
successfulJobsHistoryLimit: {{ .Values.wrongsecretsCleanup.successfulJobsHistoryLimit }}
13
failedJobsHistoryLimit: {{ .Values.wrongsecretsCleanup.failedJobsHistoryLimit }}
14
jobTemplate:
0 commit comments