ansible-role-k8s-storage/files/digitalocean/csi-do-node-driver-registrar-role-ClusterRole.yaml
2020-04-22 16:38:35 +02:00

11 lines
256 B
YAML

kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: csi-do-node-driver-registrar-role
namespace: kube-system
rules:
- apiGroups: [""]
resources: ["events"]
verbs: ["get", "list", "watch", "create", "update", "patch"]