2020-06-08 15:05:38 -04:00
2020-06-08 15:05:38 -04:00
2020-05-03 14:34:08 -04:00
2020-05-03 14:34:08 -04:00
2020-05-03 14:34:08 -04:00

Create a gitlab runner in your namespace with Helm

Install:

Edit runnerconfig.yaml and add your token

helm install --namespace ducoterra services-runner -f runnerconfig.yaml gitlab/gitlab-runner
helm install --namespace ducoterra reese-runner -f runnerconfig.yaml gitlab/gitlab-runner

Uninstall:

helm delete --namespace ducoterra services-runner

Giving the runner access to your namespace

kubectl apply -f k8s
Description
No description provided
Readme 33 KiB