Update README
Some checks failed
Lint Shell files / shellcheck (pull_request) Successful in 17s
check-and-test / check-and-test (pull_request) Failing after 33s

This commit is contained in:
2025-09-20 19:21:37 -04:00
parent bf62a90c57
commit 4e4090f925

View File

@@ -68,7 +68,7 @@ You should be good to go!
| `statefulset.dind.extraVolumeMounts` | Allows mounting extra volumes in the Docker-in-Docker container | `[]` |
| `statefulset.dind.extraEnvs` | Allows adding custom environment variables, such as `DOCKER_IPTABLES_LEGACY` | `[]` |
| `statefulset.persistence.size` | Size for persistence to store act runner data | `1Gi` |
| `statefulset.podSecurityContext` | Customize the SecurityContext | `{}` |
| `statefulset.securityContext` | Customize the SecurityContext | `{}` |
| `existingSecret` | Secret that contains the token | `""` |
| `existingSecretKey` | Secret key | `""` |
| `giteaRootURL` | URL the act_runner registers and connect with | `""` |