sonnet/kube-prometheus/node-exporter: Fix typo

This commit is contained in:
Lili Cosic
2019-09-24 17:02:03 +02:00
parent dc20838d65
commit b6c6d39fb9

View File

@@ -174,7 +174,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
{ {
action: 'replace', action: 'replace',
regex: '(.*)', regex: '(.*)',
replacment: '$1', replacement: '$1',
sourceLabels: ['__meta_kubernetes_pod_node_name'], sourceLabels: ['__meta_kubernetes_pod_node_name'],
targetLabel: 'instance', targetLabel: 'instance',
}, },