kube-anesthesia/config/rbac/role.yaml
Frank Villaro-Dixon b604483aef wip
Signed-off-by: Frank Villaro-Dixon <frank.villarodixon@merkle.com>
2023-06-01 23:35:03 +02:00

33 lines
486 B
YAML

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
- anesthesia.k3s.fr
resources:
- anesthesianodes
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- anesthesia.k3s.fr
resources:
- anesthesianodes/finalizers
verbs:
- update
- apiGroups:
- anesthesia.k3s.fr
resources:
- anesthesianodes/status
verbs:
- get
- patch
- update