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
The Prometheus CRD supports adding volumeMounts to the Thanos sidecar container, but this functionality is not currently available in the Helm chart. Additional volumes are required to include an internal CA certificate, which is necessary for establishing a secure connection to on-premise S3 storage.
Describe the solution you'd like.
Update the Helm chart to allow configuration of volumeMounts and associated volumes for the Thanos sidecar container via values.
We can alternatively use an insecure connection to the S3 storage or the workaround mentioned in #1461 which involves overriding the Thanos sidecar container. However, this approach forces us to bypass the operator's native support, adding unnecessary complexity to operations.
Additional context.
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem ?
The Prometheus CRD supports adding volumeMounts to the Thanos sidecar container, but this functionality is not currently available in the Helm chart. Additional volumes are required to include an internal CA certificate, which is necessary for establishing a secure connection to on-premise S3 storage.
Describe the solution you'd like.
Update the Helm chart to allow configuration of volumeMounts and associated volumes for the Thanos sidecar container via values.
Example Expected Configuration:
Describe alternatives you've considered.
We can alternatively use an insecure connection to the S3 storage or the workaround mentioned in #1461 which involves overriding the Thanos sidecar container. However, this approach forces us to bypass the operator's native support, adding unnecessary complexity to operations.
Additional context.
No response
The text was updated successfully, but these errors were encountered: