cortexproject / cortex-helm-chart

Helm chart for Cortex
Apache License 2.0
149 stars 164 forks source link

🧹 Cleanup removed & legacy chunk config #488

Closed nschad closed 10 months ago

nschad commented 10 months ago

What this PR does:

  1. Drops non-existent purger.enable flag for some components. I think they used to exists for chunk purger.
  2. Removed any reference to config.storage.engine since blocks is the only option that is supported. Since there is nothing to configure, it's better to have no option to configure anything.

Which issue(s) this PR fixes: Fixes #

Checklist