Skip to content
Snippets Groups Projects
Commit bb5de11c authored by Benoit Gagnon's avatar Benoit Gagnon
Browse files

fix kube-state-metrics namespace override

use $._config.namespace instead of hard-coding 'monitoring'
parent 285624d8
Branches
Tags
Loading
......@@ -15,7 +15,7 @@
{
local ksm = self,
name:: 'kube-state-metrics',
namespace:: 'monitoring',
namespace:: $._config.namespace,
version:: $._config.versions.kubeStateMetrics,
image:: $._config.imageRepos.kubeStateMetrics + ':v' + $._config.versions.kubeStateMetrics,
service+: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment