Drop initial code
This commit is contained in:
54
deploy/rig-operator/config/rbac/role.yaml
Normal file
54
deploy/rig-operator/config/rbac/role.yaml
Normal file
@@ -0,0 +1,54 @@
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
name: manager-role
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- secrets
|
||||
verbs:
|
||||
- create
|
||||
- delete
|
||||
- get
|
||||
- list
|
||||
- patch
|
||||
- update
|
||||
- watch
|
||||
- apiGroups:
|
||||
- rig.appstack.io
|
||||
resources:
|
||||
- clusterblueprints
|
||||
- infrablueprints
|
||||
verbs:
|
||||
- create
|
||||
- delete
|
||||
- get
|
||||
- list
|
||||
- patch
|
||||
- update
|
||||
- watch
|
||||
- apiGroups:
|
||||
- rig.appstack.io
|
||||
resources:
|
||||
- clusterblueprints/finalizers
|
||||
verbs:
|
||||
- update
|
||||
- apiGroups:
|
||||
- rig.appstack.io
|
||||
resources:
|
||||
- clusterblueprints/status
|
||||
- infrablueprints/status
|
||||
verbs:
|
||||
- get
|
||||
- patch
|
||||
- update
|
||||
- apiGroups:
|
||||
- rig.appstack.io
|
||||
resources:
|
||||
- harvesterblueprints
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
Reference in New Issue
Block a user