Fix minor bug that create helm rendering error 89/3789/1
authorZhe Huang <zhehuang@research.att.com>
Thu, 21 May 2020 16:55:21 +0000 (12:55 -0400)
committerZhe Huang <zhehuang@research.att.com>
Thu, 21 May 2020 16:55:21 +0000 (12:55 -0400)
Signed-off-by: Zhe Huang <zhehuang@research.att.com>
Change-Id: Ifcceaef48742eb17c8651096e887a2a669b2e020

ric-aux/helm/mc-stack/charts/elasticsearch/templates/ingress.yaml
ric-aux/helm/mc-stack/charts/kibana/templates/ingress.yaml
ric-aux/helm/mc-stack/charts/logstash/templates/ingress.yaml

index 47d0b72..0044983 100755 (executable)
@@ -13,8 +13,8 @@
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
-
-{{- if .Values.ingress.enabled -}}
+---
+{{ if .Values.ingress.enabled }}
 {{- $fullName := include "uname" . -}}
 {{- $servicePort := .Values.httpPort -}}
 {{- $ingressPath := .Values.ingress.path -}}
index ea88416..68bf118 100755 (executable)
@@ -13,8 +13,8 @@
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
-
-{{- if .Values.ingress.enabled -}}
+---
+{{ if .Values.ingress.enabled }}
 {{- $fullName := include "fullname" . -}}
 {{- $servicePort := .Values.service.port -}}
 {{- $ingressPath := .Values.ingress.path -}}
index 61e95c7..29bdde7 100755 (executable)
@@ -13,8 +13,9 @@
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
+---
 
-{{- if .Values.ingress.enabled -}}
+{{ if .Values.ingress.enabled }}
 {{- $fullName := include "logstash.fullname" . -}}
 {{- $ingressPath := .Values.ingress.path -}}
 apiVersion: extensions/v1beta1