[stable/spinnaker] Fix registry passwords being garbed when email is specified (#21362)

Signed-off-by: Joshua Welsh <Jawshua@users.noreply.github.com>
This commit is contained in:
Jawshua
2020-03-29 10:25:53 -07:00
committed by GitHub
parent b82e36f9a6
commit ee28bcf066
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
name: spinnaker
version: 2.0.0-rc1
version: 2.0.0-rc2
appVersion: 1.16.2
home: http://spinnaker.io/
sources:
@@ -107,7 +107,7 @@ data:
{{- else -}}
CREDS+=" --password-file /opt/registry/passwords/{{ $registry.name }}"
{{- end -}}
{{ if $registry.email -}}
{{ if $registry.email }}
CREDS+=" --email {{ $registry.email }}"
{{- end -}}
{{- end }}