Remove generated secret

This commit is contained in:
dvirlabs 2025-06-26 02:46:19 +03:00
parent 268e2a16e8
commit 316f7776d8

View File

@ -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"