Skip to content

Commit 3d70e78

Browse files
authored
adding RECONCILE_DEFAULT_MAX_CONCURRENT_SYNCS to openshift install docs (#2035)
Issue #, if available: NA Description of changes: With the addition of the new flag `--reconcile-default-max-concurrent-syncs`, the OCP `ConfigMap` instructions need to be updated to include this environment variable. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 7053f09 commit 3d70e78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ AWS_ENDPOINT_URL=
7474
ACK_RESOURCE_TAGS=hellofromocp
7575
ENABLE_LEADER_ELECTION=true
7676
LEADER_ELECTION_NAMESPACE=
77+
RECONCILE_DEFAULT_MAX_CONCURRENT_SYNCS=1
7778
```
7879

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

0 commit comments

Comments
 (0)