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}}