How to disable thanos sidecar in kube-prometheus-stack?

56 Views Asked by At

As there are different thanos config in kube-prometheus-stack templates and values, I want to understand what all it required to disable thanos sidecar?

1

There are 1 best solutions below

0
helpinghand On BEST ANSWER

I was working with this helm chart recently, and I was able to disable the sidecar by commenting out or simply deleting the thanos config block (thanos: {}) on line 3830 in the values file - https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml