github.com/openebs/node-disk-manager@v1.9.1-0.20230225014141-4531f06ffa1e/deploy/yamls/clusterrolebinding.yaml (about) 1 # Bind the Service Account with the Role Privileges. 2 kind: ClusterRoleBinding 3 apiVersion: rbac.authorization.k8s.io/v1 4 metadata: 5 name: openebs-ndm-operator 6 namespace: openebs 7 subjects: 8 - kind: ServiceAccount 9 name: openebs-maya-operator 10 namespace: openebs 11 roleRef: 12 kind: ClusterRole 13 name: openebs-ndm-operator 14 apiGroup: rbac.authorization.k8s.io 15 ---