Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: helm chart in version 4.0.0 and above dont work couse template wait workerindex: in Values.yaml but not worker-index: #4067

Open
Glavnyuk opened this issue Dec 19, 2024 · 0 comments
Labels
bug Things that should work, but don’t triage These issues need to be reviewed by the Aleph team

Comments

@Glavnyuk
Copy link

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

# Aleph Indexing Worker - templates/worker-index.yaml
worker-index:

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

@Glavnyuk Glavnyuk added bug Things that should work, but don’t triage These issues need to be reviewed by the Aleph team labels Dec 19, 2024
@Glavnyuk 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Things that should work, but don’t triage These issues need to be reviewed by the Aleph team
Projects
None yet
Development

No branches or pull requests

1 participant