Commit 6d12eb5f authored by 徐泽意's avatar 徐泽意

up

parent 1d73983f
...@@ -34,6 +34,6 @@ If release name contains chart name it will be used as a full name. ...@@ -34,6 +34,6 @@ If release name contains chart name it will be used as a full name.
{{- if not (eq "amd64" .Values.global.imageArch) -}} {{- if not (eq "amd64" .Values.global.imageArch) -}}
{{- print "-" .Values.global.imageArch -}} {{- print "-" .Values.global.imageArch -}}
{{- else -}} {{- else -}}
{{- print "" -}} {{- print "-" "amd64" -}}
{{- end -}} {{- end -}}
{{- end }} {{- end }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment