mirror of
https://github.com/ubicloud/ubicloud.git
synced 2025-10-06 14:51:57 +08:00
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.
14 lines
293 B
YAML
14 lines
293 B
YAML
---
|
|
kind: RoleBinding
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
metadata:
|
|
name: ubicsi-provisioner
|
|
namespace: ubicsi
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: ubicsi-provisioner
|
|
namespace: ubicsi
|
|
roleRef:
|
|
kind: Role
|
|
name: ubicsi-provisioner
|
|
apiGroup: rbac.authorization.k8s.io
|