[stable/joomla] Improve getting LoadBalancer address in NOTES.txt (#8052)

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
Carlos Rodríguez Hernández
2018-09-28 09:34:45 -07:00
committed by k8s-ci-robot
parent fea06331a5
commit fab4677760
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: joomla
version: 3.0.1
version: 3.0.2
appVersion: 3.8.12
description: PHP content management system (CMS) for publishing web content
keywords:
+1 -1
View File
@@ -26,7 +26,7 @@
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
Watch the status with: 'kubectl get svc --namespace {{ .Release.Namespace }} -w {{ template "joomla.fullname" . }}'
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "joomla.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "joomla.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}")
echo "Joomla! URL: http://$SERVICE_IP/"
{{- else if contains "ClusterIP" .Values.service.type }}