Skip to content

Instantly share code, notes, and snippets.

@ArPharazon
Created December 16, 2020 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArPharazon/8cedfb4c516f2611c32d49ff5389f0a3 to your computer and use it in GitHub Desktop.
Save ArPharazon/8cedfb4c516f2611c32d49ff5389f0a3 to your computer and use it in GitHub Desktop.
kind: Role
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: dev-admin-role
namespace: dev
labels:
rbac.authorization.k8s.io/aggregate-to-admin: "true"
rules:
- verbs:
- '*'
apiGroups:
- '*'
resources:
- '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment