formatting in thanos-store

Signed-off-by: Michal Wasilewski <mwasilewski@gmx.com>
This commit is contained in:
Michal Wasilewski 2021-09-27 16:59:02 +02:00
parent 1fe5b3bda1
commit 00a6a01dc5
No known key found for this signature in database
GPG Key ID: 9C9AAD795F94409B

View File

@ -99,10 +99,15 @@ function(params) {
] else []
),
env: [
{ name: 'OBJSTORE_CONFIG', valueFrom: { secretKeyRef: {
key: ts.config.objectStorageConfig.key,
name: ts.config.objectStorageConfig.name,
} } },
{
name: 'OBJSTORE_CONFIG',
valueFrom: {
secretKeyRef: {
key: ts.config.objectStorageConfig.key,
name: ts.config.objectStorageConfig.name,
},
},
},
{
// Inject the host IP to make configuring tracing convenient.
name: 'HOST_IP_ADDRESS',