Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save larkintuckerllc/fa788a059a31131738d5108d406c1cff to your computer and use it in GitHub Desktop.
Save larkintuckerllc/fa788a059a31131738d5108d406c1cff to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: default-cluster-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: default
namespace: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment