Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created November 23, 2020 23:57
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 gowatana/1046f26dbc851c66ed80e5dce9d0a5ba to your computer and use it in GitHub Desktop.
Save gowatana/1046f26dbc851c66ed80e5dce9d0a5ba to your computer and use it in GitHub Desktop.
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: rb-edit-k8s-dev-user
roleRef:
kind: ClusterRole
name: edit
apiGroup: rbac.authorization.k8s.io
subjects:
- kind: User
name: sso:k8s-dev-user@go-lab.jp #sso:<username>@<domain>
apiGroup: rbac.authorization.k8s.io
@gowatana
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment