Skip to content

Commit 963da4e

Browse files
authored
Fix incorrect apiGroup for pods in MutatingAdmissionPolicy example
1 parent 8477eac commit 963da4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/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)