Skip to content

Instantly share code, notes, and snippets.

@sahajamit
Created April 19, 2020 09:37
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 sahajamit/6f485f13acc63a2e5f0d74b51ebddd5b to your computer and use it in GitHub Desktop.
Save sahajamit/6f485f13acc63a2e5f0d74b51ebddd5b to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: Role
metadata:
name: scale-apps
namespace: default
rules:
- apiGroups:
- "apps/v1"
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
resources:
- deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment