diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 07129fa8bc0d033a0e1d2973e7f3cc0c72c3433b..c50f31a65e2cce1978c01f3453d37341e93f6b33 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -31,9 +31,9 @@ If release name contains chart name it will be used as a full name. {{- end }} {{- define "beagle.imageArch" -}} -{{- if not (eq "amd64" .Values.global.imageArch) -}} +{{- if not (eq "amd64" .Values.global.imageArch) -}} {{- print "-" .Values.global.imageArch -}} {{- else -}} -{{- print "" -}} +{{- print "-" "amd64" -}} {{- end -}} {{- end }} \ No newline at end of file