Skip to content

Commit

Permalink
Merge pull request #32 from mzeevi/fix/routeVerbs
Browse files Browse the repository at this point in the history
fix: change route webhook to only work on create
  • Loading branch information
mzeevi authored Oct 30, 2024
2 parents 4707046 + 869eb39 commit a86001d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ webhooks:
- v1
operations:
- CREATE
- UPDATE
resources:
- routes
sideEffects: None
1 change: 0 additions & 1 deletion config/webhook/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ webhooks:
- v1
operations:
- CREATE
- UPDATE
resources:
- routes
sideEffects: None

0 comments on commit a86001d

Please sign in to comment.