You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
299 B

  1. ---
  2. apiVersion: rbac.authorization.k8s.io/v1
  3. kind: RoleBinding
  4. metadata:
  5. name: cephfs-provisioner
  6. namespace: {{ cephfs_provisioner_namespace }}
  7. subjects:
  8. - kind: ServiceAccount
  9. name: cephfs-provisioner
  10. roleRef:
  11. apiGroup: rbac.authorization.k8s.io
  12. kind: Role
  13. name: cephfs-provisioner