Skip to content
Snippets Groups Projects

Add note about empty runner-registration-token

Merged Vladimir Shushlin requested to merge vshushlin/emply-runner-registration-token into main
All threads resolved!
@@ -552,6 +552,10 @@ runners:
This example uses the secret `gitlab-runner-secret` and takes the value of
`runner-token` to register the runner.
NOTE:
If your secret management solution doesn't allow you to set empty string for `runner-registration-token`,
+1
you can set it to any string - it will be ignored anyway.
### Switching to the Ubuntu-based `gitlab-runner` Docker image
By default the GitLab Runner Helm Chart uses the Alpine version of the `gitlab/gitlab-runner` image,
Loading