From 98181ea40ad3e8f66e211a220b527a70382ecf26 Mon Sep 17 00:00:00 2001 From: laimison Date: Mon, 28 Jun 2021 23:37:30 +0100 Subject: [PATCH] fixed service resource by adding required namespace --- exporter-k8s-resources/service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/exporter-k8s-resources/service.yaml b/exporter-k8s-resources/service.yaml index 7b00650..d17270f 100644 --- a/exporter-k8s-resources/service.yaml +++ b/exporter-k8s-resources/service.yaml @@ -5,6 +5,7 @@ metadata: labels: app: opa-exporter name: opa-exporter + namespace: opa-exporter annotations: prometheus.io/scrape-slow: "true" spec: