feat: add custom command override to the chart

This commit is contained in:
Daan
2026-07-09 13:41:11 +02:00
parent 764f89ee97
commit 29df27268d
3 changed files with 17 additions and 1 deletions

View File

@ -29,6 +29,16 @@ Deploy with your values, make sure the path is correct:
helm upgrade --install gitea-actions gitea-charts/actions -f values.yaml
```
Alternatively:
```sh
helm upgrade --install gitea-actions gitea-charts/actions \
--set enabled=true \
--set giteaRootURL=https://gitea.com \
--set existingSecret=foo \
--set existingSecretKey=bar
```
You should be good to go!
### Runner Token Secret Template