From 0b6be422ac835ac8c01ec83d4a5c760a2f295672 Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Tue, 7 Apr 2026 09:59:56 +0200 Subject: [PATCH] chore: edit Readme accordingly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8f2925..d8c4064 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ If `.Values.statefulset.dind.rootless: true` is set, then the following will be | `statefulset.dind.pullPolicy` | The Docker-in-Docker pullPolicy | `IfNotPresent` | | `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.dind.extraArgs` | Allows adding custom arguments to the Docker Daemon | `[]` | | `statefulset.persistence.size` | Size for persistence to store act runner data | `1Gi` | | `statefulset.securityContext` | Customize the SecurityContext | `{}` | | `statefulset.serviceAccountName` | Customize the service account name | `""` |