-
Notifications
You must be signed in to change notification settings - Fork 0
GitLab
Samuel Tauil edited this page Dec 18, 2017
·
3 revisions
-
Import the GitLab template with this command:
oc create -f https://raw.githubusercontent.com/samueltauil/cloud-notes/master/gitlab-openshift-template.json
-
Open Openshift webconsole and navigate to Add to Project → Browse Catalog → Continuous Integration & Deployment.
-
Select gitlab-ce template.
-
Add a root password for gitlab in the GitLab Root User Password.
-
Click Create.
-
Give the
anyuidpermission to the gitlabServiceAccount:
oc adm policy add-scc-to-user anyuid -z gitlab-user