Skip to content

Instantly share code, notes, and snippets.

@tahaozket
Last active September 20, 2021 12:37
Show Gist options
  • Save tahaozket/ab5c3ae988e2fc806e2c01e703f17e9e to your computer and use it in GitHub Desktop.
Save tahaozket/ab5c3ae988e2fc806e2c01e703f17e9e to your computer and use it in GitHub Desktop.
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: namespace-admin-binding
namespace: [NAMESPACE]
subjects:
# Google Cloud user account
- kind: User
name: [useremail@intertech.com.tr]
roleRef:
kind: ClusterRole
name: restricted-admin
apiGroup: rbac.authorization.k8s.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment