You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not provided in the values.yaml. It also should be made clear, what's the purpose and difference of opensearchURL and opensearchHosts.
Additionaly, a hint would be nice, that opensearchHosts sets an environment variable which overrules the directive opensearch.hosts: ... in /usr/share/opensearch-dashboards/config/opensearch_dashboards.yaml.
To Reproduce
Steps to reproduce the behavior:
Install helm chart in version 2.20.0
Expected behavior opensearchURL and opensearchHosts should be added to the values.yaml and documented.
Chart Name
opensearch-dashboards
The text was updated successfully, but these errors were encountered:
schroedermatthias
changed the title
[BUG][opensearch-dashboards]
[BUG][opensearch-dashboards] Add opensearchURL and opensearchHosts to values.yaml and document them
Aug 18, 2024
schroedermatthias
changed the title
[BUG][opensearch-dashboards] Add opensearchURL and opensearchHosts to values.yaml and document them
[BUG][opensearch-dashboards] Add opensearchURL to values.yaml and document it
Aug 18, 2024
Describe the bug
In the
deployment.yaml
the value.Values.opensearchURL
is referenced:helm-charts/charts/opensearch-dashboards/templates/deployment.yaml
Line 120 in 4ca8bfd
It is not provided in the
values.yaml
. It also should be made clear, what's the purpose and difference ofopensearchURL
andopensearchHosts
.Additionaly, a hint would be nice, that
opensearchHosts
sets an environment variable which overrules the directiveopensearch.hosts: ...
in/usr/share/opensearch-dashboards/config/opensearch_dashboards.yaml
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
opensearchURL
andopensearchHosts
should be added to thevalues.yaml
and documented.Chart Name
opensearch-dashboards
The text was updated successfully, but these errors were encountered: