Skip to content

Instantly share code, notes, and snippets.

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 dale-c-anderson/6dd546f05c76e2ea3071f6eb412f358c to your computer and use it in GitHub Desktop.
Save dale-c-anderson/6dd546f05c76e2ea3071f6eb412f358c to your computer and use it in GitHub Desktop.
gitlab-admin-kubernetes-service-account-manifest.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
name: gitlab
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1beta1
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