Skip to content
Snippets Groups Projects
Commit 6209f362 authored by Matthias Loibl's avatar Matthias Loibl
Browse files

Improve the Thanos documentation for Thanos v0.2

parent 0423a7ff
No related branches found
No related tags found
No related merge requests found
local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + { local kp =
_config+:: { (import 'kube-prometheus/kube-prometheus.libsonnet') + {
namespace: 'monitoring', _config+:: {
}, namespace: 'monitoring',
}; },
};
{ ['00namespace-' + name]: kp.kubePrometheus[name] for name in std.objectFields(kp.kubePrometheus) } + { ['00namespace-' + name]: kp.kubePrometheus[name] for name in std.objectFields(kp.kubePrometheus) } +
{ ['0prometheus-operator-' + name]: kp.prometheusOperator[name] for name in std.objectFields(kp.prometheusOperator) } + { ['0prometheus-operator-' + name]: kp.prometheusOperator[name] for name in std.objectFields(kp.prometheusOperator) } +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment