Remove api flag from jsonnet files

This commit is contained in:
Purandare, Aditya
2019-01-17 21:28:30 +05:30
parent 85c4c2b8df
commit fcda42b123
5 changed files with 1 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + {
_config+:: {
namespace: 'monitoring',
}
},
};
{ ['00namespace-' + name]: kp.kubePrometheus[name] for name in std.objectFields(kp.kubePrometheus) } +