Fixed forgejo-runner helm chart
This commit is contained in:
parent
edfdc8561c
commit
0361226bde
9 changed files with 257 additions and 3 deletions
7
kind/forgejo-runner/templates/NOTES.txt
Normal file
7
kind/forgejo-runner/templates/NOTES.txt
Normal 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}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue