Remove old manifests and replace with jsonnet build
This commit is contained in:
6
example-dist/base/kube-prometheus.jsonnet
Normal file
6
example-dist/base/kube-prometheus.jsonnet
Normal file
@@ -0,0 +1,6 @@
|
||||
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)}
|
Reference in New Issue
Block a user