1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix tabs vs space

Signed-off-by: Christian Beneke <christian.beneke@traderepublic.com>
This commit is contained in:
Christian Beneke 2020-04-01 16:14:43 +02:00
parent 1ef97110de
commit 669ca8546d

View File

@ -28,12 +28,12 @@
serviceMonitorKubelet+: {
spec+: {
metricRelabelings+: [
{
action: 'replace',
sourceLabels: ['node'],
targetLabel: 'instance',
},
],
{
action: 'replace',
sourceLabels: ['node'],
targetLabel: 'instance',
},
],
},
},
},