Fix elastic DNS information output. (#8131)

Signed-off-by: Matt Schuchard <grapheneowns@gmail.com>
This commit is contained in:
Matt Schuchard
2018-10-10 17:47:42 -07:00
committed by k8s-ci-robot
parent 2bb0fa3a75
commit 2c4c2cb360
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: elasticsearch
home: https://www.elastic.co/products/elasticsearch
version: 1.9.1
version: 1.9.2
appVersion: 6.4.2
description: Flexible and powerful open source, distributed real-time search and analytics
engine.
+1 -1
View File
@@ -4,7 +4,7 @@ Elasticsearch can be accessed:
* Within your cluster, at the following DNS name at port 9200:
{{ template "elasticsearch.client.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local
{{ template "elasticsearch.client.fullname" . }}.{{ .Release.Namespace }}.svc
* From outside the cluster, run these commands in the same shell:
{{- if contains "NodePort" .Values.client.serviceType }}