summaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/collection/charts/prometheus-operator/templates/prometheus/additionalPrometheusRules.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/collection/charts/prometheus-operator/templates/prometheus/additionalPrometheusRules.yaml')
-rw-r--r--vnfs/DAaaS/collection/charts/prometheus-operator/templates/prometheus/additionalPrometheusRules.yaml20
1 files changed, 0 insertions, 20 deletions
diff --git a/vnfs/DAaaS/collection/charts/prometheus-operator/templates/prometheus/additionalPrometheusRules.yaml b/vnfs/DAaaS/collection/charts/prometheus-operator/templates/prometheus/additionalPrometheusRules.yaml
deleted file mode 100644
index 0d85c9bd..00000000
--- a/vnfs/DAaaS/collection/charts/prometheus-operator/templates/prometheus/additionalPrometheusRules.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-{{- if .Values.additionalPrometheusRules }}
-apiVersion: v1
-kind: List
-items:
-{{- range .Values.additionalPrometheusRules }}
- - apiVersion: {{ printf "%s/v1" ($.Values.prometheusOperator.crdApiGroup | default "monitoring.coreos.com") }}
- kind: PrometheusRule
- metadata:
- name: {{ template "prometheus-operator.name" $ }}-{{ .name }}
- labels:
- app: {{ template "prometheus-operator.name" $ }}
-{{ include "prometheus-operator.labels" $ | indent 8 }}
- {{- if .additionalLabels }}
-{{ toYaml .additionalLabels | indent 8 }}
- {{- end }}
- spec:
- groups:
-{{ toYaml .groups| indent 8 }}
-{{- end }}
-{{- end }}