Skip to content

Commit

Permalink
Rename YAML key from on to events (#258)
Browse files Browse the repository at this point in the history
Fixes key getting parsed as boolean without quotes.
  • Loading branch information
bastjan committed Jun 28, 2023
1 parent ce0b4ce commit ff2e073
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ kind: UpgradeJobHook
metadata:
name: cluster-upgrade-notify-ext
spec:
on: <1>
events: <1>
- Create
- Start
- Finish
Expand Down

0 comments on commit ff2e073

Please sign in to comment.