diff --git a/docs/monitoring-other-namespaces.md b/docs/monitoring-other-namespaces.md index 56c72062..2e5289c4 100644 --- a/docs/monitoring-other-namespaces.md +++ b/docs/monitoring-other-namespaces.md @@ -25,4 +25,4 @@ local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + { { ['prometheus-' + name]: kp.prometheus[name] for name in std.objectFields(kp.prometheus) } + { ['grafana-' + name]: kp.grafana[name] for name in std.objectFields(kp.grafana) } -``` \ No newline at end of file +```