quickwit-oss / helm-charts

Helm charts for Quickwit
https://helm.quickwit.io
MIT License
22 stars 28 forks source link

Helm chart post installation hook does not work with a local metastore #21

Closed fulmicoton closed 1 year ago

fulmicoton commented 1 year ago

With a local metastore the post installation hook does not work.

The hook simply attempts to modify a local file metastore when it should modify the files in the metastore pod.

Ideally we should use a rest API (not existing yet) to create the index/sources in a safe manner.

fmassot commented 1 year ago

Closed by #28