Skip to content

Commit

Permalink
Remove redundant admission webhook operation rule (#2054)
Browse files Browse the repository at this point in the history
Signed-off-by: dongyun.xzh <[email protected]>
  • Loading branch information
TrafalgarZZZ authored Aug 10, 2022
1 parent 079143a commit 088b9c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ webhooks:
rules:
- apiGroups: [""]
apiVersions: ["v1"]
operations: ["CREATE","UPDATE"]
operations: ["CREATE"]
resources: ["pods"]
clientConfig:
service:
Expand Down

0 comments on commit 088b9c9

Please sign in to comment.