Skip to content
  • Bernd's avatar
    Fix unregister when using token secret · 67fbaccb
    Bernd authored
    Fixes #125
    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.
    67fbaccb