mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
6b13352c9b
Signed-off-by: Niels de Vos <ndevos@ibm.com>
15 lines
346 B
YAML
15 lines
346 B
YAML
---
|
|
kind: RoleBinding
|
|
apiVersion: rbac.authorization.k8s.io/v1
|
|
metadata:
|
|
name: "{{ .ServiceAccount }}-role-cfg"
|
|
namespace: "{{ .Namespace }}"
|
|
subjects:
|
|
- kind: ServiceAccount
|
|
name: "{{ .ServiceAccount }}"
|
|
namespace: "{{ .Namespace }}"
|
|
roleRef:
|
|
kind: Role
|
|
name: nfs-external-provisioner-cfg
|
|
apiGroup: rbac.authorization.k8s.io
|