Commit 1d73983f authored by 徐泽意's avatar 徐泽意

up

parent 9dc100f0
......@@ -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) -}}
{{- print "-" .Values.global.imageArch -}}
{{- else -}}
{{- print "-" "amd64" -}}
{{- print "" -}}
{{- end -}}
{{- end }}
......@@ -64,9 +64,9 @@ approvalProcessForm:
#redis地址
redisHost: apaas-redis.apaas-v5
#redis端口
redisPort: "6379"
redisPort: 6379
#redis数据库
redisDatabase: "0"
redisDatabase: 0
#redis密码
redisPasswd:
resources:
......
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