stacks/template/forgejo-runner/templates/NOTES.txt

8 lines
386 B
Text
Raw Permalink Normal View History

2024-11-22 12:01:46 +00:00
{{- 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=<token>
{{- end}}