Skip to content

Fix unregister when using token secret

Fixes #125 (closed) The preStop lifecycle hook was never included when a runner was created using a preexisting secret resource containing the registration token. It was though when a registration token was provided explicitly via .Values.runnerRegistrationToken.

This fix allows to provide any of those values.

Merge request reports