Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created October 2, 2018 13:01
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/f8dd485d906bf66faf17c49e63bbae84 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/f8dd485d906bf66faf17c49e63bbae84 to your computer and use it in GitHub Desktop.
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: production-role-binding
namespace: production
subjects:
- kind: User
name: vikki-user-1
apiGroup: ""
roleRef:
kind: Role
name: dev-prod
apiGroup: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment