From 110031dc2e7c572184981d66b5574b9f46b039c5 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Wed, 1 Apr 2026 21:41:30 +0200 Subject: [PATCH] chore: slightly change readme indentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 740f951..7c312c9 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ You should be good to go! | `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.securityContext` | Customize the SecurityContext | `{}` | -| `statefulset.serviceAccountName` | Customize the service account name | `{}` | +| `statefulset.serviceAccountName` | Customize the service account name | `""` | | `existingSecret` | Secret that contains the token | `""` | | `existingSecretKey` | Secret key | `""` | | `giteaRootURL` | URL the act_runner registers and connect with | `""` |