From 669ca8546dea55733a7983242565e2de0a6fe198 Mon Sep 17 00:00:00 2001 From: Christian Beneke Date: Wed, 1 Apr 2020 16:14:43 +0200 Subject: [PATCH] Fix tabs vs space Signed-off-by: Christian Beneke --- jsonnet/custom-prometheus.jsonnet | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jsonnet/custom-prometheus.jsonnet b/jsonnet/custom-prometheus.jsonnet index ee5b73376f..99b6caca00 100644 --- a/jsonnet/custom-prometheus.jsonnet +++ b/jsonnet/custom-prometheus.jsonnet @@ -28,12 +28,12 @@ serviceMonitorKubelet+: { spec+: { metricRelabelings+: [ - { - action: 'replace', - sourceLabels: ['node'], - targetLabel: 'instance', - }, - ], + { + action: 'replace', + sourceLabels: ['node'], + targetLabel: 'instance', + }, + ], }, }, },