diff --git a/jsonnet/kube-thanos/kube-thanos-receive-ingestor.libsonnet b/jsonnet/kube-thanos/kube-thanos-receive-ingestor.libsonnet index d09d079..5940c8b 100644 --- a/jsonnet/kube-thanos/kube-thanos-receive-ingestor.libsonnet +++ b/jsonnet/kube-thanos/kube-thanos-receive-ingestor.libsonnet @@ -42,4 +42,5 @@ function(params) { for name in tr.config.hashrings }, serviceAccount: ingestors.serviceAccount, + serviceMonitor: if tr.config.serviceMonitor then ingestors.serviceMonitor, }