947fce3020d1725d899a924e05fcef5783780f4a
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