Files
infrastructure/clusters/cl01tl/manifests/snapshot-controller/Role-snapshot-controller.yaml

10 lines
261 B
YAML

kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: snapshot-controller
namespace: snapshot-controller
rules:
- apiGroups: ["coordination.k8s.io"]
resources: ["leases"]
verbs: ["get", "watch", "list", "delete", "update", "create"]