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

No namespace property in PersistentVolumeClaim #120

Open
Leen15 opened this issue Jun 7, 2022 · 3 comments
Open

No namespace property in PersistentVolumeClaim #120

Leen15 opened this issue Jun 7, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@Leen15
Copy link

Leen15 commented Jun 7, 2022

Description
In the generated YAML manifest, the PersistentVolumeClaim hasn't the namespace property.

Expected behavior
When the helm chart is created in a namespace that is not "default", the chart should create a PVC in the same namespace of the chart.

Current behavior
The chart fails to run due to "persistentvolumeclaim "meilisearch" not found."

Screenshots or Logs
image

@alallema alallema added the bug Something isn't working label Jun 8, 2022
@alallema
Copy link
Contributor

alallema commented Jun 8, 2022

Hi @Leen15,
Thanks for raising this issue.

@Leen15
Copy link
Author

Leen15 commented Jun 8, 2022

@alallema just another thing:
Using a PersistentVolumeClaim invalidate the ability to scale the statefulSet to more than one replica.
A volumeClaimTemplate should be used instead.

@alallema
Copy link
Contributor

alallema commented Jun 8, 2022

Thanks for the advice 😊, but at the moment Meilisearch does not have the capacity to handle more than one replica. I let you check both issues for more details #111 #25.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants