Skip to content

Commit

Permalink
fix: Fix RBAC aviVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Aug 15, 2023
1 parent 423ec9b commit f58d8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/operator/templates/rbac.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rules:
resources: [namespaces, pods]
verbs: [list, watch]
# Framework: admission webhook configuration management.
- apiGroups: [admissionregistration.k8s.io/v1, admissionregistration.k8s.io/v1beta1]
- apiGroups: [admissionregistration.k8s.io/v1, admissionregistration.k8s.io/v1]
resources: [validatingwebhookconfigurations, mutatingwebhookconfigurations]
verbs: [create, patch]
# Framework: posting the events about the handlers progress/errors.
Expand Down

0 comments on commit f58d8c2

Please sign in to comment.