Skip to content

Commit

Permalink
Merge pull request #1561 from zhu733756/release-3.1
Browse files Browse the repository at this point in the history
[release 3.1]cherry-pick #1533, fix kubeedge cloudcore component advertiseAddress configuration format error
  • Loading branch information
ks-ci-bot authored Jun 27, 2021
2 parents 752fdcc + a853d95 commit caff26d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caff26d

Please sign in to comment.