thanos-io / kube-thanos

Kubernetes specific configuration for deploying Thanos.
Apache License 2.0
520 stars 177 forks source link

receive: update receive store limits type to string #309

Closed thibaultmg closed 1 year ago

thibaultmg commented 1 year ago

update receive store limits type to string instead of integer. Having an integer prevents setting arbitrary values in the generated file that can be post-processed (e.g. '${MY_VALUE}').

Changes

Verification