diff --git a/docs/monitoring-other-namespaces.md b/docs/monitoring-other-namespaces.md index 56c72062e3d97faccba5698d0eeac0d7e4e51ea6..2e5289c49636dfdd9d2b085c6ba0b553d60d9e9f 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 +```