Skip to content

Commit

Permalink
fix(charts): use interval-based cronjob schedule syntax (#6089)
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli committed Oct 11, 2023
1 parent 7319120 commit 2c0fc97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
{{ toYaml .Values.additionalAnnotations | indent 4 }}
{{- end }}
spec:
schedule: "0 */{{ .Values.keysLife }} * * *"
schedule: "@every {{ .Values.keysLife }}h"
concurrencyPolicy: Forbid
jobTemplate:
spec:
Expand Down

0 comments on commit 2c0fc97

Please sign in to comment.