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.

15 lines
280 B

  1. ---
  2. apiVersion: rbac.authorization.k8s.io/v1beta1
  3. kind: ClusterRole
  4. metadata:
  5. name: psp:registry-proxy
  6. namespace: {{ registry_namespace }}
  7. rules:
  8. - apiGroups:
  9. - policy
  10. resourceNames:
  11. - registry-proxy
  12. resources:
  13. - podsecuritypolicies
  14. verbs:
  15. - use