put the service monitor for the blackbox exporter in the configured namespace

This commit is contained in:
PÁLFALVI Tamás 2020-11-27 13:43:39 +01:00
parent c2fb1f4208
commit 8d53477ec8

View File

@ -194,6 +194,7 @@
kind: 'ServiceMonitor',
metadata: {
name: 'blackbox-exporter',
namespace: $._config.namespace,
labels: bb.assignLabels
},
spec: {