chore: make values empty per template

This commit is contained in:
Daan Selen
2026-04-01 21:22:14 +02:00
parent c8577fa892
commit 6fe64649c2

View File

@ -116,11 +116,11 @@ init:
## Specify an existing token secret
##
existingSecret: "secret"
existingSecretKey: "key"
existingSecret: ""
existingSecretKey: ""
## Specify the root URL of the Gitea instance
giteaRootURL: "gitea.com"
giteaRootURL: ""
## @param preExtraInitContainers Additional init containers to run in the pod before gitea-actions runs it owns init containers.
preExtraInitContainers: []