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

12 lines
363 B
YAML

---
# Source: snapshot-controller/charts/snapshot-controller/templates/serviceaccount_controller.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"]