Merge pull request #50884 from Arhell/zh-app

[zh] Fix incorrect apiGroup for pods in MutatingAdmissionPolicy example
pull/50887/head
Kubernetes Prow Robot 2025-05-12 17:49:15 -07:00 committed by GitHub
commit 66ca2de12d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ spec:
apiVersion: mutations.example.com/v1
matchConstraints:
resourceRules:
- apiGroups: ["apps"]
- apiGroups: [""]
apiVersions: ["v1"]
operations: ["CREATE"]
resources: ["pods"]