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
Getting below error while deploying opensearch-cluster with v3.0.0 helm chart.
error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors:line 70: mapping key "image" already defined at line 36line 97: mapping key "image" already defined at line 77line 98: mapping key "serviceName" already defined at line 92
How can one reproduce the bug?
We can reproduce by running helm template for v3.0.0 too.
What is the bug?
Getting below error while deploying opensearch-cluster with v3.0.0 helm chart.
How can one reproduce the bug?
We can reproduce by running helm template for v3.0.0 too.
helm template test .
and it returns belowWhat is the expected behavior?
There shouldn't be any duplicate for the keys under any.
What is your host/environment?
Kubernetes -
v1.27.11
(same error on latest versions too)CONTAINER-RUNTIME -
containerd://1.6.23
OS -
Talos v1.5.3
Kernel -
6.1.54-talos
Helm Version -
v3.15.2
Do you have any screenshots?
Do you have any additional context?
The issue is from the template definition.
dashboards
andgeneral
sections. Here both are defined without any versions.cluster.yaml
, reading all underdashboards
&general
section, and additionally image is defined with version.So,
dashboards
andgeneral
returns two image & serviceName variables!!The text was updated successfully, but these errors were encountered: