revert examples to original

This commit is contained in:
karancode
2019-10-23 00:00:16 +09:00
parent e2b7e7f17d
commit 9249256b4a

View File

@@ -1,6 +1,5 @@
local kp =
(import 'kube-prometheus/kube-prometheus.libsonnet') + {
(import 'kube-prometheus/kube-prometheus.libsonnet') + {
_config+:: {
namespace: 'monitoring',
},
@@ -27,4 +26,4 @@ local kustomization = {
manifests {
'../kustomization': kustomization,
}
}