This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[incubator/couchdb] fix env vars for db container (#15162)
Fixes environment variables not being set correctly for the couchdb container when `.Values.enableSearch` is `false` (the default). The feature toggle for search excluded the search container from the statefulset but did not exclude the associated environment variables. The result of this was a duplicate `env` field for the `couchdb` container which would override the correct `env` field; for example, `ERL_FLAGS` would not be passed to the container. This comment fixes the scoping of the `.Values.enableSearch` feature toggle to include the `env` fields for the `clouseau` container. Signed-off-by: Will Holley <[email protected]>
- Loading branch information