Skip to content

Commit

Permalink
fix(cron): [skip ci] Fixing helm configuration for job labels
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <bob@vibioh.fr>
  • Loading branch information
ViBiOh committed Jul 13, 2022
1 parent 60326fb commit df28362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/notifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
cleanupOnFail: true
values:
nameOverride: ketchup-notifier
jobLabel:
jobLabels:
k8s-cleaner: "true"
schedule: "0 7 * * *" # manager is in UTC
image:
Expand Down
2 changes: 1 addition & 1 deletion infra/reminder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
cleanupOnFail: true
values:
nameOverride: ketchup-reminder
jobLabel:
jobLabels:
k8s-cleaner: "true"
schedule: "0 16 * * 5" # manager is in UTC
image:
Expand Down

0 comments on commit df28362

Please sign in to comment.