Skip to content

Commit b058a13

Browse files
iziangapecloud-bot
authored andcommitted
fix[elasticsearch]: cluster name (#2286)
(cherry picked from commit 79939a7)
1 parent b1bcf16 commit b058a13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

addons/elasticsearch/configs/elasticsearch-6.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{{- end }}
1414

1515
cluster:
16-
name: {{ .CLUSTER_NAMESPACE }}
16+
name: {{ $clusterName }}
1717
routing:
1818
allocation:
1919
awareness:

addons/elasticsearch/configs/elasticsearch-7.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{{- end }}
1414

1515
cluster:
16-
name: {{ .CLUSTER_NAMESPACE }}
16+
name: {{ $clusterName }}
1717
routing:
1818
allocation:
1919
awareness:

addons/elasticsearch/configs/elasticsearch-8.yml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{{- end }}
99

1010
cluster:
11-
name: {{ .CLUSTER_NAMESPACE }}
11+
name: {{ $clusterName }}
1212
routing:
1313
allocation:
1414
awareness:

0 commit comments

Comments
 (0)