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."