jsonnet: helmize :)

Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
paulfantom
2021-01-15 11:07:32 +01:00
parent 5624c5a9a8
commit f1bd7af657
3 changed files with 97 additions and 96 deletions

View File

@@ -9,8 +9,10 @@ local kp =
// (import 'kube-prometheus/kube-prometheus-custom-metrics.libsonnet') +
// (import 'kube-prometheus/kube-prometheus-external-metrics.libsonnet') +
{
_config+:: {
namespace: 'monitoring',
values+:: {
common+: {
namespace: 'monitoring',
},
},
};