From 4aadd139571c7571a2287cb92fd5747c0148a133 Mon Sep 17 00:00:00 2001 From: raffis Date: Wed, 22 Sep 2021 09:08:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ea1ccb..8832719 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Available env variables: |-------|-------------| --------| | `METRICS_ADDR` | The address of the metric endpoint binds to. | `:9556` | | `PROBE_ADDR` | The address of the probe endpoints binds to. | `:9557` | -| `ENABLE_LEADER_ELECTION` | Enable leader election for controller manager. | `true` | +| `ENABLE_LEADER_ELECTION` | Enable leader election for controller manager. | `false` | | `LEADER_ELECTION_NAMESPACE` | Change the leader election namespace. This is by default the same where the controller is deployed. | `` | | `NAMESPACES` | The controller listens by default for all namespaces. This may be limited to a comma delimited list of dedicated namespaces. | `` | | `CONCURRENT` | The number of concurrent reconcile workers. | `4` |