Skip to content

Commit 0c3a381

Browse files
authored
updating OpenShift install docs to include leader election env vars (#1884)
Issue #, if available: - Relates: aws-controllers-k8s/code-generator#455 Description of changes: Adding these env's to the configmap so when leader election code is merged, installs on OpenShift can still function properly. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 324ca20 commit 0c3a381

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/docs/user-docs/openshift.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ ACK_WATCH_NAMESPACE=
7272
AWS_REGION=us-west-2
7373
AWS_ENDPOINT_URL=
7474
ACK_RESOURCE_TAGS=hellofromocp
75+
ENABLE_LEADER_ELECTION=true
76+
LEADER_ELECTION_NAMESPACE=
7577
```
7678

7779
Now use `config.txt` to create a `ConfigMap` in your OpenShift cluster:

0 commit comments

Comments
 (0)