From 00a6a01dc5fa8b3a0bbd887c20e79e1d0327fe13 Mon Sep 17 00:00:00 2001 From: Michal Wasilewski Date: Mon, 27 Sep 2021 16:59:02 +0200 Subject: [PATCH] formatting in thanos-store Signed-off-by: Michal Wasilewski --- jsonnet/kube-thanos/kube-thanos-store.libsonnet | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/jsonnet/kube-thanos/kube-thanos-store.libsonnet b/jsonnet/kube-thanos/kube-thanos-store.libsonnet index fbff376..1846df8 100644 --- a/jsonnet/kube-thanos/kube-thanos-store.libsonnet +++ b/jsonnet/kube-thanos/kube-thanos-store.libsonnet @@ -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',