Skip to content

Commit

Permalink
ci: [skip-ci] Fixing typo in cronjob name
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Oct 30, 2021
1 parent a35d388 commit 660b545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/reminder.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: ketchup-remindeer
name: ketchup-reminder
namespace: default
spec:
interval: 120m
Expand All @@ -23,7 +23,7 @@ spec:
rollback:
cleanupOnFail: true
values:
nameOverride: ketchup-remindeer
nameOverride: ketchup-reminder
schedule: "0 16 * * 5" # manager is in UTC
image:
name: vibioh/ketchup
Expand Down

0 comments on commit 660b545

Please sign in to comment.