Skip to content

Commit

Permalink
remove whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
  • Loading branch information
JorTurFer committed May 26, 2023
1 parent a49d7d0 commit e8dd757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keda/templates/metrics-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
- --client-ca-file={{ .Values.certificates.mountPath }}/ca.crt
- --tls-cert-file={{ .Values.certificates.mountPath }}/tls.crt
- --tls-private-key-file={{ .Values.certificates.mountPath }}/tls.key
- --cert-dir={{ .Values.certificates.mountPath }}
- --cert-dir={{ .Values.certificates.mountPath }}
- --v={{ .Values.logging.metricServer.level }}
{{- range $key, $value := .Values.extraArgs.metricsAdapter }}
- --{{ $key }}={{ $value }}
Expand Down

0 comments on commit e8dd757

Please sign in to comment.