mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-04-08 02:30:42 +00:00
Merge branch 'main' into extra-args
This commit is contained in:
12
values.yaml
12
values.yaml
@ -34,7 +34,7 @@
|
||||
## @param statefulset.persistence.size Size for persistence to store act runner data
|
||||
## @param statefulset.securityContext Customize the SecurityContext
|
||||
## @param statefulset.serviceAccountName Customize the service account name
|
||||
enabled: false
|
||||
enabled: true
|
||||
statefulset:
|
||||
replicas: 1
|
||||
timezone: Etc/UTC
|
||||
@ -74,11 +74,11 @@ statefulset:
|
||||
docker_timeout: 300s
|
||||
|
||||
dind:
|
||||
rootless: false
|
||||
rootless: true
|
||||
uid: ""
|
||||
registry: "docker.io"
|
||||
repository: docker
|
||||
tag: 29.3.1-dind
|
||||
tag: 29.3.1-dind-rootless
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
fullOverride: ""
|
||||
@ -122,13 +122,13 @@ init:
|
||||
#
|
||||
## @param existingSecret Secret that contains the token
|
||||
## @param existingSecretKey Secret key
|
||||
existingSecret: ""
|
||||
existingSecretKey: ""
|
||||
existingSecret: "runner-secret"
|
||||
existingSecretKey: "runner-token"
|
||||
|
||||
## @section Gitea URL Setting
|
||||
#
|
||||
## @param giteaRootURL URL the act_runner registers and connect with
|
||||
giteaRootURL: ""
|
||||
giteaRootURL: "https://gitea.com"
|
||||
|
||||
## @section Extra Init Containers
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user