rancher-charts/charts/rancher-vsphere-csi/102.0.0+up2.6.2-rancher1/templates/controller/role-binding.yaml

13 lines
326 B
YAML
Raw Normal View History

kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: vsphere-csi-controller-binding
subjects:
- kind: ServiceAccount
name: vsphere-csi-controller
namespace: {{ .Release.Namespace }}
roleRef:
kind: ClusterRole
name: vsphere-csi-controller-role
apiGroup: rbac.authorization.k8s.io