Unverified Commit caff26d5 authored by KubeSphere CI Bot's avatar KubeSphere CI Bot Committed by GitHub
Browse files

Merge pull request #1561 from zhu733756/release-3.1

[release 3.1]cherry-pick #1533, fix kubeedge cloudcore component advertiseAddress configuration format error
No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
......@@ -14,7 +14,10 @@ data:
master: ""
modules:
cloudHub:
advertiseAddress: {{ .Values.cloudCore.cloudHub.advertiseAddress }}
advertiseAddress:
{{- range .Values.cloudCore.cloudHub.advertiseAddress }}
- {{ . }}
{{- end}}
nodeLimit: {{ .Values.cloudCore.cloudHub.nodeLimit }}
tlsCAFile: /etc/kubeedge/ca/rootCA.crt
tlsCertFile: /etc/kubeedge/certs/edge.crt
......
Supports Markdown
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