Add rancher turtles charts
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
This commit is contained in:
19
rancher-turtles-chart/templates/azure-rbac.yaml
Normal file
19
rancher-turtles-chart/templates/azure-rbac.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
name: caprke2-azure-aggregated-role
|
||||
labels:
|
||||
cluster.x-k8s.io/aggregate-to-capz-manager: "true"
|
||||
rules:
|
||||
- apiGroups:
|
||||
- bootstrap.cluster.x-k8s.io
|
||||
resources:
|
||||
- rke2configs
|
||||
verbs:
|
||||
- create
|
||||
- update
|
||||
- delete
|
||||
- get
|
||||
- list
|
||||
- patch
|
||||
- watch
|
Reference in New Issue
Block a user