Skip to content

Commit 66ca2de

Browse files
authored
Merge pull request #50884 from Arhell/zh-app
[zh] Fix incorrect apiGroup for pods in MutatingAdmissionPolicy example
2 parents 68f2494 + badd4df commit 66ca2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/examples/mutatingadmissionpolicy/applyconfiguration-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
apiVersion: mutations.example.com/v1
99
matchConstraints:
1010
resourceRules:
11-
- apiGroups: ["apps"]
11+
- apiGroups: [""]
1212
apiVersions: ["v1"]
1313
operations: ["CREATE"]
1414
resources: ["pods"]

0 commit comments

Comments
 (0)