Skip to content

Commit f9d097f

Browse files
committed
conf(kube-prometheus): Enable all namespaces for ServiceMonitors
Not sure if this is actually needed, but the examples show it included so doing so.
1 parent ff02dba commit f9d097f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/kube-prometheus/settings.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ local kp =
1616
namespace: 'monitoring',
1717
},
1818
prometheus+: {
19+
namespaces: [],
1920
thanos: {
2021
version: '0.38.0',
2122
image: 'quay.io/thanos/thanos:v0.30.0',

0 commit comments

Comments
 (0)