We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61015a commit eca490fCopy full SHA for eca490f
templates/cmd/controller/main.go.tpl
@@ -92,7 +92,7 @@ func main() {
92
Host: host,
93
MetricsBindAddress: ackCfg.MetricsAddr,
94
LeaderElection: ackCfg.EnableLeaderElection,
95
- LeaderElectionID: awsServiceAPIGroup,
+ LeaderElectionID: "ack-"+awsServiceAPIGroup,
96
Namespace: ackCfg.WatchNamespace,
97
LeaderElectionNamespace: ackCfg.LeaderElectionNamespace,
98
})
templates/helm/values.yaml.tpl
@@ -122,7 +122,7 @@ serviceAccount:
122
annotations: {}
123
# eks.amazonaws.com/role-arn: arn:aws:iam::AWS_ACCOUNT_ID:role/IAM_ROLE_NAME
124
125
-# leader election configurations
+# leaderElection configurations
126
leaderElection:
127
# Enables controller leader election
128
enabled: false
0 commit comments