Files
gitlab-runner/README.md
2021-02-05 21:26:50 -05:00

463 B

Create a gitlab runner in your namespace with Helm

Install:

Edit runnerconfig.yaml and add your token

helm upgrade --install --namespace automation services-runner -f values.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