Skip to content

Commit 00a6a01

Browse files
committed
formatting in thanos-store
Signed-off-by: Michal Wasilewski <[email protected]>
1 parent 1fe5b3b commit 00a6a01

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

jsonnet/kube-thanos/kube-thanos-store.libsonnet

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,15 @@ function(params) {
9999
] else []
100100
),
101101
env: [
102-
{ name: 'OBJSTORE_CONFIG', valueFrom: { secretKeyRef: {
103-
key: ts.config.objectStorageConfig.key,
104-
name: ts.config.objectStorageConfig.name,
105-
} } },
102+
{
103+
name: 'OBJSTORE_CONFIG',
104+
valueFrom: {
105+
secretKeyRef: {
106+
key: ts.config.objectStorageConfig.key,
107+
name: ts.config.objectStorageConfig.name,
108+
},
109+
},
110+
},
106111
{
107112
// Inject the host IP to make configuring tracing convenient.
108113
name: 'HOST_IP_ADDRESS',

0 commit comments

Comments
 (0)