{{- if not .Values.registration.enabled}} You will have to manually create a secret with the registration token, since you have not specified the registration token in the values.yaml file. To create a secret with the registration token, run the following command: kubectl create secret generic {{ include "forgejo-runner.fullname" . }}-token --from-literal=token= {{- end}}