mirror of
https://gitea.com/gitea/helm-actions.git
synced 2026-04-11 04:00:41 +00:00
Merge branch 'service-account-add'
This commit is contained in:
@ -34,6 +34,7 @@
|
||||
## @param statefulset.dind.extraEnvs Allows adding custom environment variables, such as `DOCKER_IPTABLES_LEGACY`
|
||||
## @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
|
||||
## @param existingSecret Secret that contains the token
|
||||
## @param existingSecretKey Secret key
|
||||
## @param giteaRootURL URL the act_runner registers and connect with
|
||||
@ -49,6 +50,7 @@ statefulset:
|
||||
affinity: {}
|
||||
extraVolumes: []
|
||||
securityContext: {}
|
||||
serviceAccountName: ""
|
||||
|
||||
actRunner:
|
||||
registry: "docker.gitea.com"
|
||||
|
||||
Reference in New Issue
Block a user