7231c9d75fd648055186f4c51bc15ecbaafc3e40
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