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
In the helm chart template elasticsearch-manage-job.yaml, there is a duplicate "name" key under metadata which is leading to this error while I am trying to install via Kustomize with helmChartInflationGenerator
error: map[string]interface {}(nil): yaml: unmarshal errors:
line 6: mapping key "name" already defined at line 5
In the helm chart template elasticsearch-manage-job.yaml, there is a duplicate "name" key under metadata which is leading to this error while I am trying to install via Kustomize with helmChartInflationGenerator
Duplicate key can be found here:
https://github.com/mistio/mist-ce/blob/master/chart/mist/templates/elasticsearch-manage-job.yaml#L4
The text was updated successfully, but these errors were encountered: