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
Glavnyuk
changed the title
BUG: helm chart above 4.0.1 dont work couse template wait workerindex: in Value.yaml but not worker-index:
BUG: helm chart above 4.0.1 dont work couse template wait workerindex: in Values.yaml but not worker-index:
Dec 19, 2024
Glavnyuk
changed the title
BUG: helm chart above 4.0.1 dont work couse template wait workerindex: in Values.yaml but not worker-index:
BUG: helm chart in version 4.0.0 and above dont work couse template wait workerindex: in Values.yaml but not worker-index:
Dec 19, 2024
Describe the bug
in template helm/charts/aleph/templates/worker-index.yaml using .Values.workerindex
https://github.com/alephdata/aleph/blob/develop/helm/charts/aleph/templates/worker-index.yaml#L8C24-L8C35
but in default values write:
https://github.com/alephdata/aleph/blob/develop/helm/charts/aleph/values.yaml#L275
To Reproduce
using default helm values run helm template
Expected behavior
helm template must normaly render chart.
In default helm values worker-index block must be rename as workerindex and just it
The text was updated successfully, but these errors were encountered: