We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a6396 commit 4693d22Copy full SHA for 4693d22
roles/operator/templates/rbac.yaml.j2
@@ -12,7 +12,7 @@ rules:
12
resources: [namespaces]
13
verbs: [list, watch]
14
# Framework: admission webhook configuration management.
15
-- apiGroups: [admissionregistration.k8s.io/v1, admissionregistration.k8s.io/v1beta1]
+- apiGroups: [admissionregistration.k8s.io/v1, admissionregistration.k8s.io/v1]
16
resources: [validatingwebhookconfigurations, mutatingwebhookconfigurations]
17
verbs: [create, patch]
18
# Framework: posting the events about the handlers progress/errors.
0 commit comments