8 lines
386 B
Text
8 lines
386 B
Text
|
{{- 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}}
|