From 6d7c9539bb348af48f6c3d109c46f6f22d927be0 Mon Sep 17 00:00:00 2001 From: Srivahni Date: Fri, 8 Mar 2019 10:29:07 -0800 Subject: Remove redundant directories Change-Id: I0b39b22d0cf4dba0c1bee6b142b95b78e697b569 Issue-ID: ONAPARC-393 Signed-off-by: Srivahni Chivukula --- .../templates/prometheus/additionalScrapeConfigs.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 vnfs/DAaaS/prometheus-operator/templates/prometheus/additionalScrapeConfigs.yaml (limited to 'vnfs/DAaaS/prometheus-operator/templates/prometheus/additionalScrapeConfigs.yaml') diff --git a/vnfs/DAaaS/prometheus-operator/templates/prometheus/additionalScrapeConfigs.yaml b/vnfs/DAaaS/prometheus-operator/templates/prometheus/additionalScrapeConfigs.yaml deleted file mode 100644 index 9d6bb616..00000000 --- a/vnfs/DAaaS/prometheus-operator/templates/prometheus/additionalScrapeConfigs.yaml +++ /dev/null @@ -1,11 +0,0 @@ -{{- if and .Values.prometheus.enabled .Values.prometheus.prometheusSpec.additionalScrapeConfigs }} -apiVersion: v1 -kind: Secret -metadata: - name: {{ template "prometheus-operator.fullname" . }}-prometheus-scrape-confg - labels: - app: {{ template "prometheus-operator.name" . }}-prometheus-scrape-confg -{{ include "prometheus-operator.labels" . | indent 4 }} -data: - additional-scrape-configs.yaml: {{ toYaml .Values.prometheus.prometheusSpec.additionalScrapeConfigs | b64enc | quote }} -{{- end }} \ No newline at end of file -- cgit 1.2.3-korg