Skip to content

Instantly share code, notes, and snippets.

@bbalakriz
Created August 30, 2022 11:06
Show Gist options
  • Save bbalakriz/81cf2d5f978a778f196818884d5878b0 to your computer and use it in GitHub Desktop.
Save bbalakriz/81cf2d5f978a778f196818884d5878b0 to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: user-cluster-rolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: user-cluster-role
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: User
name: developer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment