syberalexis / puppet-thanos

This module automates the install of Thanos and it's components into a service.
https://forge.puppet.com/maeq/thanos
Apache License 2.0
4 stars 16 forks source link

[FEATURE] Support running sidecar without object store #41

Closed ttousai closed 5 months ago

ttousai commented 1 year ago

Is your feature request related to a problem? Please describe. I want to run the Thanos sidecar without specifying an object store. This mode is supported in the Thanos documentation but it is not supported in puppet-thanos.

Describe the solution you'd like Ability to start the sidecar without specifying the --objstore.config-file or puppet-thanos setting a default value.

Describe alternatives you've considered None.

Additional context None.