Fixed forgejo-runner helm chart

This commit is contained in:
Richard Robert Reitz 2024-11-22 13:01:46 +01:00
parent edfdc8561c
commit 0361226bde
9 changed files with 257 additions and 3 deletions

View file

@ -0,0 +1,7 @@
{{- 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}}