From 9704241ae16897a563ca26fbbbd55daa79b6d448 Mon Sep 17 00:00:00 2001 From: Taylor Price Date: Thu, 2 Apr 2020 00:43:13 -0700 Subject: [PATCH] fix the service name for the bundled elasticsearch #7 --- chart/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index f2c05c7..9f19d86 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -36,7 +36,7 @@ If release name contains chart name it will be used as a full name. {{- if .Values.search.host -}} {{- .Values.search.host -}} {{- else -}} -elasticsearch-master +{{- .Release.Name -}}-elasticsearch-client {{- end -}} {{- end -}}