Skip to content

Commit

Permalink
fix RBAC permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
sl1pm4t committed Jul 22, 2024
1 parent 26172ef commit b97c3fa
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -442,3 +442,30 @@ rules:
- get
- patch
- update
- apiGroups:
- cert-manager.io
resources:
- issuers
verbs:
- get
- list
- create
- delete
- apiGroups:
- cert-manager.io
resources:
- certificates
verbs:
- create
- get
- list
- delete
- apiGroups:
- controlplane.cluster.x-k8s.io
resources:
- kubeadmcontrolplanes
verbs:
- get
- list
- patch
- update

0 comments on commit b97c3fa

Please sign in to comment.