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
I want to change some settings of ingester_client, but it seems like there are no options to adjust its configuration. I suspect this option might be missing from the chart. If it’s available, could anyone please point me in the right direction for modifying the ingester_client settings?
Thanks
The text was updated successfully, but these errors were encountered:
Hi, I also want the same setting, and ingester_client do not exist in the lastest chart.
There is a workaround to add ingesterClient to the loki config template in values.yaml:
config: | ... {{- with .Values.loki.ingester }} ingester: {{- tpl (. | toYaml) $ | nindent 4 }} {{- end }} {{- with .Values.loki.ingesterClient }} ingester_client: {{- tpl (. | toYaml) $ | nindent 4 }} {{- end }}
Define .Values.loki.ingesterClient in your overwrite values.yaml
Helm Chart Version: 6.23.0
I want to change some settings of ingester_client, but it seems like there are no options to adjust its configuration. I suspect this option might be missing from the chart. If it’s available, could anyone please point me in the right direction for modifying the ingester_client settings?
Thanks
The text was updated successfully, but these errors were encountered: