cf442ec78b3d68037e99c907866bdc02ef3b56ad
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
Description