Skip to content

Commit

Permalink
Removing MS-apiserver MS path
Browse files Browse the repository at this point in the history
Signed-off-by: emctl <[email protected]>
  • Loading branch information
emctl committed Jul 4, 2023
1 parent 56b0749 commit 2bcc32e
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 @@ -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}}
Expand Down

0 comments on commit 2bcc32e

Please sign in to comment.