From 8b956d08c0147f62075d676bf982234cbc11c74d Mon Sep 17 00:00:00 2001 From: Eamonn Mc <8000237+emctl@users.noreply.github.com> Date: Sat, 8 Jul 2023 13:14:37 +0100 Subject: [PATCH] Removing MS-apiserver MS path (#494) Signed-off-by: emctl <8000237+emctl@users.noreply.github.com> --- keda/templates/metrics-server/deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/keda/templates/metrics-server/deployment.yaml b/keda/templates/metrics-server/deployment.yaml index 514952d7..8069c0ba 100644 --- a/keda/templates/metrics-server/deployment.yaml +++ b/keda/templates/metrics-server/deployment.yaml @@ -43,7 +43,6 @@ spec: {{- if and .Values.prometheus.metricServer.enabled ( not (or .Values.prometheus.metricServer.podMonitor.enabled .Values.prometheus.metricServer.serviceMonitor.enabled )) }} prometheus.io/scrape: "true" prometheus.io/port: {{ .Values.prometheus.metricServer.port | quote }} - prometheus.io/path: {{ .Values.prometheus.metricServer.path }} {{- end }} {{- if .Values.podAnnotations.metricsAdapter }} {{- toYaml .Values.podAnnotations.metricsAdapter | nindent 8}}