Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fauzan-n
Created July 28, 2019 11:22
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 fauzan-n/36e3d38d5dac56b29b4c8fd17f6f962f to your computer and use it in GitHub Desktop.
Save fauzan-n/36e3d38d5dac56b29b4c8fd17f6f962f to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: rbac-default-namespace
subjects:
- kind: ServiceAccount
name: default
namespace: default
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment