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 | `""` |