Skip to content

Commit

Permalink
Merge pull request #5 from xunleii/fix-invalid-schedule
Browse files Browse the repository at this point in the history
fix: quote cron schedule value
  • Loading branch information
graillus authored Oct 27, 2021
2 parents 66856ec + c717926 commit bce4bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/translations-refresher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ serviceAnnotations: {}

cron:
enabled: true
schedule: */5 * * * *
schedule: "*/5 * * * *"

webhook:
certificate:
Expand Down

0 comments on commit bce4bec

Please sign in to comment.