ubicloud/kubernetes/csi/deploy/charts/ubicsi/templates/provisioner-role.yaml
mohi-kalantari 538a34a9fa Create a helm chart for Ubicsi
This chart will be used to install Ubicsi on newly created clusters

Since a new helm chart is introduced for deploying ubicsi,
manifests in csi dir will be a duplicate to the main chart and are
removed.
2025-09-12 11:45:51 +02:00

10 lines
251 B
YAML

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