Skip to content

Instantly share code, notes, and snippets.

@mcnilz
Last active March 6, 2019 12:58
Show Gist options
  • Save mcnilz/3b3c684d9b4bee9195f0f110e9f99d2a to your computer and use it in GitHub Desktop.
Save mcnilz/3b3c684d9b4bee9195f0f110e9f99d2a to your computer and use it in GitHub Desktop.
rancher-gitlab
apiVersion: v1
kind: ServiceAccount
metadata:
name: gitlab-admin
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-admin
namespace: kube-system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment