ubicloud/rhizome/kubernetes/manifests/ubicsi/provisioner-clusterrolebinding.yaml
mohi-kalantari 2ee5c90f91 Move Ubicsi manifests to rhizome
In order to install the CSI on the clusters, we would upload the
manifests to a control plane vm and apply the manifests from there.
2025-09-17 12:46:34 +02:00

13 lines
287 B
YAML

---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: ubicsi-provisioner
subjects:
- kind: ServiceAccount
name: ubicsi-provisioner
namespace: ubicsi
roleRef:
kind: ClusterRole
name: ubicsi-provisioner
apiGroup: rbac.authorization.k8s.io