Skip to content
Snippets Groups Projects
Unverified Commit c478aa3a authored by Frederic Branczyk's avatar Frederic Branczyk Committed by GitHub
Browse files

Merge pull request #128 from brancz/ne-fix

Fix missing semicolon
parents e4a8f226 e4ff0f87
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
local podLabels = { app: 'node-exporter' };
local existsToleration = toleration.new() +
toleration.withOperator('Exists')
toleration.withOperator('Exists');
local procVolumeName = 'proc';
local procVolume = volume.fromHostPath(procVolumeName, '/proc');
local procVolumeMount = containerVolumeMount.new(procVolumeName, '/host/proc');
......
......@@ -8,7 +8,7 @@
"subdir": "jsonnet/kube-prometheus"
}
},
"version": "fa9350694108ac3b6cb7aeef57b28320e187eef6"
"version": "3f6d0c6dd3288d0c8b600a0d526ea62f0999af19"
},
{
"name": "ksonnet",
......@@ -38,7 +38,7 @@
"subdir": "grafonnet"
}
},
"version": "bcd95ffa00fc4a58d34832f88f4b366effeb63ad"
"version": "3264a8ab6efa23d55da45ea3a3d3b39e86696c76"
},
{
"name": "grafana-builder",
......@@ -48,7 +48,7 @@
"subdir": "grafana-builder"
}
},
"version": "de367fc28346fbf5a9afdef887ea20d9ffb7e927"
"version": "76258e92c20a2bca74e7f2630c3f8d562919ec86"
},
{
"name": "grafana",
......@@ -78,7 +78,7 @@
"subdir": "Documentation/etcd-mixin"
}
},
"version": "0de9b8abf57f7b44f6319bacc0656b813c8526c1"
"version": "53891cbf9716b942b4f9c5929bbd2781180bf8e0"
}
]
}
......@@ -74,10 +74,7 @@ spec:
runAsUser: 65534
serviceAccountName: node-exporter
tolerations:
- effect: NoExecute
operator: Exists
- effect: NoSchedule
operator: Exists
- operator: Exists
volumes:
- hostPath:
path: /proc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment