diff --git a/charts/actions-runner-controller/README.md b/charts/actions-runner-controller/README.md index beb4f708..ddcab5de 100644 --- a/charts/actions-runner-controller/README.md +++ b/charts/actions-runner-controller/README.md @@ -13,7 +13,7 @@ All additional docs are kept in the `docs/` folder, this README is solely for do | `labels` | Set labels to apply to all resources in the chart | | | `replicaCount` | Set the number of controller pods | 1 | | `webhookPort` | Set the containerPort for the webhook Pod | 9443 | -| `syncPeriod` | Set the period in which the controler reconciles the desired runners count | 10m | +| `syncPeriod` | Set the period in which the controller reconciles the desired runners count | 1m | | `enableLeaderElection` | Enable election configuration | true | | `leaderElectionId` | Set the election ID for the controller group | | | `githubEnterpriseServerURL` | Set the URL for a self-hosted GitHub Enterprise Server | |