Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created October 2, 2018 12:59
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 vigneshragupathy/5e8906be1a6b08b56942a2eac0bdc3eb to your computer and use it in GitHub Desktop.
Save vigneshragupathy/5e8906be1a6b08b56942a2eac0bdc3eb to your computer and use it in GitHub Desktop.
kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
namespace: production
name: dev-prod
rules:
- apiGroups: ["", "extensions", "apps"]
resources: ["deployments", "replicasets", "pods"]
verbs: ["list", "get", "watch"]
# You can use ["*"] for all verbs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment