chore: revert values

This commit is contained in:
Daan Selen
2026-04-07 22:31:48 +02:00
parent 19aba41530
commit 3c049886c5

View File

@ -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: true
enabled: false
statefulset:
replicas: 1
timezone: Etc/UTC
@ -78,7 +78,7 @@ statefulset:
uid: ""
registry: "docker.io"
repository: docker
tag: 29.3.1-dind-rootless
tag: 29.3.1-dind
digest: ""
pullPolicy: IfNotPresent
fullOverride: ""
@ -122,13 +122,13 @@ init:
#
## @param existingSecret Secret that contains the token
## @param existingSecretKey Secret key
existingSecret: "runner-secret"
existingSecretKey: "runner-token"
existingSecret: ""
existingSecretKey: ""
## @section Gitea URL Setting
#
## @param giteaRootURL URL the act_runner registers and connect with
giteaRootURL: "https://gitea.com"
giteaRootURL: ""
## @section Extra Init Containers
#