Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - apiVersion: rbac.authorization.k8s.io/v1
- kind: ClusterRole
- metadata:
- name: cluster-admin-safe
- namespace: ""
- rules:
- - apiGroups:
- - ""
- resources:
- - namespaces
- verbs:
- - get
- - list
- - watch
- - apiGroups:
- - '*'
- resources:
- - '*'
- verbs:
- - '*'
- - nonResourceURLs:
- - '*'
- verbs:
- - '*'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement