diff --git a/keda/templates/metrics-server/deployment.yaml b/keda/templates/metrics-server/deployment.yaml index d162090f..193e5674 100644 --- a/keda/templates/metrics-server/deployment.yaml +++ b/keda/templates/metrics-server/deployment.yaml @@ -40,7 +40,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}}