mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-07-16 19:24:46 +00:00
feat: add custom command override to the chart
This commit is contained in:
@ -126,7 +126,8 @@ statefulset:
|
||||
## @param init.image.tag the init image tag
|
||||
## @param init.image.digest Image digest. Allows to pin the given image tag. Useful for having control over mutable tags like `latest`
|
||||
## @param init.image.pullPolicy The init image pullPolicy
|
||||
## @param init.image.fullOverride Completely overrides the image registry, path/image, tag and digest.
|
||||
## @param init.image.fullOverride Completely overrides the image registry, path/image, tag and digest
|
||||
## @param init.image.connectionCommandOverride Possiblity to change the command with which the container tests its connection to Gitea
|
||||
init:
|
||||
image:
|
||||
registry: ""
|
||||
@ -136,6 +137,7 @@ init:
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
fullOverride: ""
|
||||
connectionCommandOverride: ""
|
||||
|
||||
## @section Runner Token Secret Configuration
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user