[stable/prestashop] Fix incorrect template for getting the LoadBalancerIP (#9498)

Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
This commit is contained in:
Javier J. Salmerón-García
2018-11-23 02:49:24 -08:00
committed by k8s-ci-robot
parent 3d151828cc
commit dd3018bf7c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: prestashop
version: 5.0.0
version: 5.0.1
appVersion: 1.7.4-4
description: A popular open source ecommerce solution. Professional tools are easily
accessible to increase online sales including instant guest checkout, abandoned
+1 -1
View File
@@ -31,7 +31,7 @@ Note, returns 127.0.0.1 if using ClusterIP.
{{- if eq .Values.service.type "ClusterIP" -}}
127.0.0.1
{{- else -}}
{{- index .Values (printf "%sLoadBalancerIP" .Chart.Name) | default "" -}}
{{- .Values.service.loadBalancerIP | default "" -}}
{{- end -}}
{{- end -}}