Skip to content

Commit 4693d22

Browse files
author
Alan Christie
committed
ci: Fix for RBAC rewferences (k8s 1.23)
1 parent 88a6396 commit 4693d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/operator/templates/rbac.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rules:
1212
resources: [namespaces]
1313
verbs: [list, watch]
1414
# Framework: admission webhook configuration management.
15-
- apiGroups: [admissionregistration.k8s.io/v1, admissionregistration.k8s.io/v1beta1]
15+
- apiGroups: [admissionregistration.k8s.io/v1, admissionregistration.k8s.io/v1]
1616
resources: [validatingwebhookconfigurations, mutatingwebhookconfigurations]
1717
verbs: [create, patch]
1818
# Framework: posting the events about the handlers progress/errors.

0 commit comments

Comments
 (0)