quickwit-oss / helm-charts

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

modify storage config in configmap #72

Closed ba1ajinaidu closed 7 months ago

ba1ajinaidu commented 7 months ago

Previously we were copying the storage config and set access_key_id and secret_access_key from environment variables, and if the env variables were not set, this was causing the pods to crash as the values are not set with below logs

quickwit-searcher-0 quickwit     failed to render config file template: environment variable `AWS_ACCESS_KEY_ID` is not set and no default value is provided
fmassot commented 7 months ago

Great, thank you @ba1ajinaidu