Skip to content

Commit 2c1b171

Browse files
support update resource (#5)
1 parent 2389d48 commit 2c1b171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/deployment/webhook/mutatingwebhookconfiguration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ webhooks:
1818
path: "/mutate"
1919
port: 443
2020
rules:
21-
- operations: ["CREATE"]
21+
- operations: ["CREATE","UPDATE"]
2222
apiGroups: [""]
2323
apiVersions: ["v1"]
2424
resources: ["pods"]

0 commit comments

Comments
 (0)