Skip to content

Commit

Permalink
support update resource
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjiang1989 authored Jul 2, 2024
1 parent 2389d48 commit 073e08a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/deployment/webhook/mutatingwebhookconfiguration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ webhooks:
path: "/mutate"
port: 443
rules:
- operations: ["CREATE"]
- operations: ["CREATE","UPDATE"]
apiGroups: [""]
apiVersions: ["v1"]
resources: ["pods"]
Expand Down

0 comments on commit 073e08a

Please sign in to comment.