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