Skip to content

Commit eb4d3f5

Browse files
authored
Merge pull request #50695 from ianatha/patch-1
Fix incorrect apiGroup for pods in MutatingAdmissionPolicy example
2 parents c9d63a4 + 963da4e commit eb4d3f5

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)