Merge pull request #50884 from Arhell/zh-app
[zh] Fix incorrect apiGroup for pods in MutatingAdmissionPolicy examplepull/50887/head
commit
66ca2de12d
|
@ -8,7 +8,7 @@ spec:
|
|||
apiVersion: mutations.example.com/v1
|
||||
matchConstraints:
|
||||
resourceRules:
|
||||
- apiGroups: ["apps"]
|
||||
- apiGroups: [""]
|
||||
apiVersions: ["v1"]
|
||||
operations: ["CREATE"]
|
||||
resources: ["pods"]
|
||||
|
|
Loading…
Reference in New Issue