Skip to content

Commit 73e929c

Browse files
committed
Update README for config
1 parent 3bc2479 commit 73e929c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ENV Variable | Argument | Default value | Example | Purpose |
1717
-------------|----------|---------------|---------|---------|
1818
METRICS_ADDR | --metrics-addr | :8080 | :8080 | Metrics port |
1919
ENABLE_LEADER_ELECTION | --enable-leader-election | false | true | Enable leader election |
20+
LEADER_ELECTION_NAMESPACE | --leader-election-namespace | "" | devops | Leader election namespace. Default is the same as controller.
2021
NAMESPACES | --namespaces | "" | devops,default | Namespaces to watch. Default: watch all namespaces |
2122
MAX_CONCURRENT_RECONCILES | --max-concurrent-reconciles | 1 | 5 | Maximum concurrent reconciles per controller. This config covers all controllers. TODO maybe have a separate flag for each controller? |
2223

0 commit comments

Comments
 (0)