Commit da8f15fa authored by 徐泽意's avatar 徐泽意

更新tpl文件

parent 3e8a3fb9
...@@ -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 }}
\ No newline at end of file
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