[stable/airflow] fix service name typo in notes (#19422)

* [stable/airflow] fix airflow note service name typo

Signed-off-by: Study Hsueh <ph.study@gmail.com>

* bump version

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
Yuen-Kuei Hsueh
2019-12-07 11:59:08 -08:00
committed by Kubernetes Prow Robot
parent 0b9ce360d8
commit 580247ed9c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Airflow is a platform to programmatically author, schedule and monitor workflows
name: airflow
version: 5.2.2
version: 5.2.3
appVersion: 1.10.4
icon: https://airflow.apache.org/_images/pin_large.png
home: https://airflow.apache.org/
+1 -1
View File
@@ -10,7 +10,7 @@ URL to Airflow and Flower:
1. Get the Airflow URL by running these commands:
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ template "airflow.fullname" . }})-web
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ template "airflow.fullname" . }}-web)
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
echo http://$NODE_IP:$NODE_PORT/