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
303 B

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