docs: fix typo for syncPeriod in chart README (#1942)
This commit is contained in:
parent
5298c6ea29
commit
14b17cca73
|
|
@ -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 | |
|
||||
|
|
|
|||
Loading…
Reference in New Issue