Skip to content

Commit 7fbcf20

Browse files
authored
adding FEATURE_FLAGS to openshift install configmap values (#2397)
Issue #, if available: - Fixes: #2252 Description of changes: Updating the OpenShift install configmap values to include `FEATURE_FLAGS` env. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 8c3d961 commit 7fbcf20

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
@@ -75,6 +75,7 @@ ACK_RESOURCE_TAGS=hellofromocp
7575
ENABLE_LEADER_ELECTION=true
7676
LEADER_ELECTION_NAMESPACE=
7777
RECONCILE_DEFAULT_MAX_CONCURRENT_SYNCS=1
78+
FEATURE_FLAGS=
7879
```
7980

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

0 commit comments

Comments
 (0)