Skip to content

Commit

Permalink
Add CAPI cluster role to helm chart (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-demicev authored Aug 24, 2023
1 parent 08934ee commit f1f3c32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/operator/templates/capi_rbac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: elemental-capi-role
labels:
cluster.x-k8s.io/aggregate-to-manager: "true"
rules:
- apiGroups: ["elemental.cattle.io"]
resources: ["*"]
verbs: ["*"]

0 comments on commit f1f3c32

Please sign in to comment.