You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When setting a custom data store in thanos.spec.storeGateway.containerOverrides.volumeMounts the objectstore configmap get's overwritten.
This kind of destroys the usability of having ObjectStore.
Describe the solution you'd like to see
Add bool merge under thanos.spec.storeGateway.containerOverrides.volumeMounts or set merge/patch as default.
Is your feature request related to a problem? Please describe.
When setting a custom data store in thanos.spec.storeGateway.containerOverrides.volumeMounts the objectstore configmap get's overwritten.
This kind of destroys the usability of having ObjectStore.
Describe the solution you'd like to see
Add bool merge under thanos.spec.storeGateway.containerOverrides.volumeMounts or set merge/patch as default.
Example
Describe alternatives you've considered
Ether make merge/path to the default or make it opt in or opt out.
Additional context
I need to define a location to store my volumeMounts due to that I have PSP rules that say I'm not allowed to write data to root dir.
The text was updated successfully, but these errors were encountered: