Skip to content

Commit

Permalink
Removing MS-apiserver MS path (#494)
Browse files Browse the repository at this point in the history
Signed-off-by: emctl <8000237+emctl@users.noreply.github.com>
  • Loading branch information
emctl committed Jul 8, 2023
1 parent e6d88a4 commit 8b956d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keda/templates/metrics-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 8b956d0

Please sign in to comment.