remove postgre charts from Kong
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / charts / postgresql / templates / metrics-configmap.yaml
diff --git a/helm/infrastructure/subcharts/kong/charts/postgresql/templates/metrics-configmap.yaml b/helm/infrastructure/subcharts/kong/charts/postgresql/templates/metrics-configmap.yaml
deleted file mode 100755 (executable)
index 524aa2f..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{{- if and .Values.metrics.enabled .Values.metrics.customMetrics }}
-apiVersion: v1
-kind: ConfigMap
-metadata:
-  name: {{ template "postgresql.metricsCM" . }}
-  labels:
-    app: {{ template "postgresql.name" . }}
-    chart: {{ template "postgresql.chart" . }}
-    release: {{ .Release.Name | quote }}
-    heritage: {{ .Release.Service | quote }}
-data:
-  custom-metrics.yaml: {{ toYaml .Values.metrics.customMetrics | quote }}
-{{- end }}