Skip to content

Instantly share code, notes, and snippets.

@jcmcneal
Last active January 12, 2021 18:41
Show Gist options
  • Save jcmcneal/30d4f96db0f7e50d8db0a3f26c80102c to your computer and use it in GitHub Desktop.
Save jcmcneal/30d4f96db0f7e50d8db0a3f26c80102c to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ServiceAccount
metadata:
name: gitlab
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: gitlab-admin
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: gitlab
namespace: kube-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment