Thanos exposed objstoreConfig removed in favor of values overrides
Package Merge Request
Package Changes
Remove nesting objstoreConfig
under addons.thanos
Package MR
(Link to Package MR here)
For Issue
Closes #1964 (closed)
Upgrade Notices
objstoreConfig
was removed from addons.Thanos.objstoreConfig
. To use a custom objstoreConfig
for Thanos, the package values
passthrough method can be defined:
addons:
thanos:
values:
objstoreConfig: |-
type: s3
config:
bucket: "thanos"
endpoint: minio.thanos.svc.cluster.local:80
...
Merge request reports
Activity
added statusdoing thanos labels
assigned to @staskiewicz.blane
we decided to remove the
objstoreConfig
value at the bigbang level.objstoreConfig is simply passed through -- there is no extra parsing or bigbang specific settings used there, so we should be able set and pass this through using e.g.
addons: thanos: values: objstoreConfig: |- type: s3 config: bucket: "thanos" endpoint: minio.thanos.svc.cluster.local:80 ...
added statusreview label and removed statusdoing label
requested review from @ryan.j.garcia, @michaelmartin, and @chris.oconnell
changed milestone to %2.22.0
mentioned in commit ac179b78
added thanos label