Files
kube-prometheus/example-dist/base/kube-prometheus.jsonnet
2018-04-13 13:36:34 +02:00

7 lines
223 B
Jsonnet

local kubePrometheus = import "kube-prometheus.libsonnet";
local namespace = "monitoring";
local objects = kubePrometheus.new(namespace);
{[path]: std.manifestYamlDoc(objects[path]) for path in std.objectFields(objects)}