Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save larkintuckerllc/a87e9f3fee48f3c1b1340f69b18b8b81 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/a87e9f3fee48f3c1b1340f69b18b8b81 to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: default-cluster-admin
namespace: default
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