Skip to content

Instantly share code, notes, and snippets.

@KiaArmani
Created February 4, 2019 15:17
Show Gist options
  • Save KiaArmani/b6dcaa7f3bf75cd128d86f7c35b6acc2 to your computer and use it in GitHub Desktop.
Save KiaArmani/b6dcaa7f3bf75cd128d86f7c35b6acc2 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Namespace
metadata:
name: gitlab-managed-apps
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: gitlab-cluster-role
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: default
namespace: gitlab-managed-apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment