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
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
The text was updated successfully, but these errors were encountered:
@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.
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.
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
The text was updated successfully, but these errors were encountered: