mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/phabricator] Fix incorrect template for getting the LoadBalancerIP (#9499)
Signed-off-by: Javier J. Salmeron Garcia <jsalmeron@bitnami.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
dd3018bf7c
commit
47977cdf21
@@ -1,5 +1,5 @@
|
||||
name: phabricator
|
||||
version: 4.0.0
|
||||
version: 4.0.1
|
||||
appVersion: 2018.46.0
|
||||
description: Collection of open source web applications that help software companies build better software.
|
||||
keywords:
|
||||
|
||||
@@ -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 -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user