mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-04-05 17:23:13 +00:00
chore: make values empty per template
This commit is contained in:
@ -116,11 +116,11 @@ init:
|
|||||||
|
|
||||||
## Specify an existing token secret
|
## Specify an existing token secret
|
||||||
##
|
##
|
||||||
existingSecret: "secret"
|
existingSecret: ""
|
||||||
existingSecretKey: "key"
|
existingSecretKey: ""
|
||||||
|
|
||||||
## Specify the root URL of the Gitea instance
|
## 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.
|
## @param preExtraInitContainers Additional init containers to run in the pod before gitea-actions runs it owns init containers.
|
||||||
preExtraInitContainers: []
|
preExtraInitContainers: []
|
||||||
|
|||||||
Reference in New Issue
Block a user