Skip to content

backpackcloud/openshift-gitlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GitLab OpenShift Template

Prerequisites

Before applying the template, you need to add some entries in the SCC:

oc adm policy add-scc-to-user anyuid -z default -n <namespace>
oc adm policy add-scc-to-user anyuid -z <application-name>-user -n <namespace>
oc adm policy add-scc-to-user privileged -z <application-name>-runner-user -n <namespace>

The application-name will be passed to the template, the default value is gitlab-ce.

About

A template for installing GitLab on OpenShift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published