Advertisement
Guest User

Untitled

a guest
Aug 27th, 2020
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. - apiVersion: rbac.authorization.k8s.io/v1
  2. kind: ClusterRole
  3. metadata:
  4. name: cluster-admin-safe
  5. namespace: ""
  6. rules:
  7. - apiGroups:
  8. - ""
  9. resources:
  10. - namespaces
  11. verbs:
  12. - get
  13. - list
  14. - watch
  15. - apiGroups:
  16. - '*'
  17. resources:
  18. - '*'
  19. verbs:
  20. - '*'
  21. - nonResourceURLs:
  22. - '*'
  23. verbs:
  24. - '*'
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement