Skip to content

Instantly share code, notes, and snippets.

@dmeijboom
Last active June 10, 2019 10:09
Show Gist options
  • Save dmeijboom/862208b3f4742029de6ea7b8d00f9701 to your computer and use it in GitHub Desktop.
Save dmeijboom/862208b3f4742029de6ea7b8d00f9701 to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
annotations:
rbac.authorization.kubernetes.io/autoupdate: "true"
creationTimestamp: null
labels:
kubernetes.io/bootstrapping: rbac-defaults
name: cluster-admin
rules:
- apiGroups:
- '*'
resources:
- '*'
verbs:
- '*'
- nonResourceURLs:
- '*'
verbs:
- '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment