This is an automated email from the ASF dual-hosted git repository. wankai pushed a commit to branch update-banyandb in repository https://gitbox.apache.org/repos/asf/skywalking-helm.git
commit 8ac70a65748769142cd3c0caaeb8498da7c6136a Author: wankai123 <[email protected]> AuthorDate: Tue Nov 14 20:58:28 2023 +0800 update banyandb client connection --- chart/skywalking/templates/_helpers.tpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/chart/skywalking/templates/_helpers.tpl b/chart/skywalking/templates/_helpers.tpl index ed2513f..dc4740d 100644 --- a/chart/skywalking/templates/_helpers.tpl +++ b/chart/skywalking/templates/_helpers.tpl @@ -164,9 +164,7 @@ Create the name of the service account to use for the satellite cluster {{- if not .Values.banyandb.enabled -}} {{- $banyandbHost = .Values.banyandb.config.grpcHost -}} {{- end }} -- name: SW_STORAGE_BANYANDB_HOST - value: "{{ $banyandbHost }}" -- name: SW_STORAGE_BANYANDB_PORT - value: "{{ .Values.banyandb.config.grpcPort }}" +- name: SW_STORAGE_BANYANDB_TARGETS + value: "{{ $banyandbHost }}:{{ .Values.banyandb.config.grpcPort }}" {{- end }} {{- end -}}
