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
Describe the bug
I'd like to merge the default Opensearch configuration parameters with my custom ones from the config values. The custom parameters are defined as a map, but getting an error.
@jetnet This is by design because the yml is passed as a string.
config:
opensearch.yml: |
cluster.name: opensearch-cluster
# Bind to all interfaces because we don't know what IP address Docker will assign to us.
network.host: 0.0.0.0
...
This is by design.
There's probably 100 reasons on both sides why this is a good or bad idea, but I don't expect it to change unless there's significant callouts. Especially as it has a breaking change impact on existing users of the helm chart.
I think there's been a few discussions back when the Helm chart was in its infancy and it was decided to proceed with the string instead of the map (I don't remember fully though).
Describe the bug
I'd like to merge the default Opensearch configuration parameters with my custom ones from the
config
values. The custom parameters are defined as a map, but getting an error.To Reproduce
Steps to reproduce the behavior:
_values-master.yaml
:Generated config map:
Expected behavior
The custom parameter from the
_values-master.yaml
gets merged with the default Chart'sopensearch.yml
configurationChart Name
opensearch/opensearch
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: