From 316f7776d88314105604f26a404407ace8b96576 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 26 Jun 2025 02:46:19 +0300 Subject: [PATCH] Remove generated secret --- .../additional-scrape-configs.yaml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml index 4d88e64..e69de29 100644 --- a/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml +++ b/manifests/prometheus-scrape-secret/additional-scrape-configs.yaml @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: prometheus-additional-scrape-configs - namespace: monitoring - labels: - app.kubernetes.io/name: prometheus -type: Opaque -stringData: - additional-scrape-configs.yaml: "# This content will be auto-updated by the pipeline\n\ - - job_name: dev-tools\n static_configs:\n - targets:\n - harbor-core.dev-tools.svc.cluster.local:8001\n"