meilisearch / meilisearch-kubernetes

Meilisearch on Kubernetes Helm charts and manifests
https://www.meilisearch.com
MIT License
212 stars 59 forks source link

Provide ability to override default namespace for Meili helm chart #14

Closed deshetti closed 4 years ago

deshetti commented 4 years ago

Current chart doesn't provide a way to change the default namespace where Meilisearch is installed

deshetti commented 4 years ago

sorry, i realized it is better off to handle it using --namespace <overridden namespace> instead of providing an option. i installed using this flag and seems like it is working as expected.