Skip to content

Latest commit

 

History

History

gitlab

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
$ oc new-project git
$ helm init
$ oc adm policy add-scc-to-user privileged -z gitlab-gitlab-runner
$ helm repo add gitlab https://charts.gitlab.io/
$ helm repo update
$ helm install \
        --set gitlabUrl=http://gitlab.your-domain.com,runnerRegistrationToken=your-registration-token \
        gitlab/gitlab-runner
https://gitlab.com/yourorg/yourrepo/settings/ci_cd