Skip to content

Instantly share code, notes, and snippets.

@shalkam
Created May 20, 2019 08:49
Show Gist options
  • Save shalkam/8dbe60d7abf05c12217fdcbff15b57ab to your computer and use it in GitHub Desktop.
Save shalkam/8dbe60d7abf05c12217fdcbff15b57ab to your computer and use it in GitHub Desktop.
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: default
namespace: gitlab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment