mirror of
https://github.com/thanos-io/kube-thanos.git
synced 2026-05-05 20:16:14 +02:00
formatting in thanos-store
Signed-off-by: Michal Wasilewski <mwasilewski@gmx.com>
This commit is contained in:
parent
1fe5b3bda1
commit
00a6a01dc5
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user