From 40c88eb49086bfee0ae8585d024c9f590a3aeff2 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Tue, 14 Sep 2021 09:29:25 +0100 Subject: [PATCH] docs: slight update to the wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f09b1309..11ff5750 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Alternatively, you can install each controller stack into its own unique namespa When you go to the route of sharing the namespace while giving each a unique Helm release name, you must also ensure the following values are configured correctly: - `authSecret.name` needs be unique per stack when each stack is tied to runners in different GitHub organizations and repositories AND you want your GitHub credentials to narrowly scoped. -- `leaderElectionId` needs to be unique per stack. Otherwise, all the stack tries to race onto the leader election lock and results in only one stack can work concurrently. +- `leaderElectionId` needs to be unique per stack. If this is not unique to the stack the controller tries to race onto the leader election lock and resulting in only one stack working concurrently. ## Usage