Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created October 2, 2018 12:54
Show Gist options
  • Save vigneshragupathy/ae7edd16cd69bb27fba4a33b1becbc03 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/ae7edd16cd69bb27fba4a33b1becbc03 to your computer and use it in GitHub Desktop.
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: developer-role-binding
namespace: development
subjects:
- kind: User
name: vikki-user-1
apiGroup: ""
roleRef:
kind: Role
name: developer
apiGroup: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment