Removed trailing white space trimming, which made the service template unusable. (#19322)

Signed-off-by: Stefan Betermieux <stefan@betermieux.de>
This commit is contained in:
Stefan Betermieux
2019-12-03 10:26:57 -08:00
committed by Kubernetes Prow Robot
parent b5af62f491
commit 9874d7cd47
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: sonatype-nexus
version: 1.21.0
version: 1.21.1
appVersion: 3.17.0-01
description: Sonatype Nexus is an open source repository manager
keywords:
+1 -1
View File
@@ -25,7 +25,7 @@ spec:
{{- end }}
{{- with .Values.service.ports }}
{{ toYaml . | indent 2 }}
{{- end -}}
{{- end }}
selector:
app: {{ template "nexus.name" . }}
release: {{ .Release.Name }}