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', + }, + ], }, }, },