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

  1. kind: RoleBinding
  2. apiVersion: rbac.authorization.k8s.io/v1beta1
  3. metadata:
  4. name: psp:registry
  5. namespace: {{ registry_namespace }}
  6. subjects:
  7. - kind: ServiceAccount
  8. name: registry
  9. namespace: {{ registry_namespace }}
  10. roleRef:
  11. kind: ClusterRole
  12. name: psp:registry
  13. apiGroup: rbac.authorization.k8s.io