potiuk commented on code in PR #49945:
URL: https://github.com/apache/airflow/pull/49945#discussion_r2066114137
##########
chart/templates/NOTES.txt:
##########
@@ -98,7 +98,7 @@ Flower dashboard:
{{- else }}
You can now access your dashboard(s) by executing the following command(s) and
visiting the corresponding port at localhost in your browser:
-Airflow Webserver: kubectl port-forward svc/{{ include "airflow.fullname"
. }}-webserver {{ .Values.ports.airflowUI }}:{{ .Values.ports.airflowUI }}
--namespace {{ .Release.Namespace }}
+Airflow API server: kubectl port-forward svc/{{ include "airflow.fullname"
. }}-api-server {{ .Values.ports.airflowUI }}:{{ .Values.ports.airflowUI }}
--namespace {{ .Release.Namespace }}
Review Comment:
Fixed. I also improved breeze testing so that we do not have to modfiy it
every time python/k8s versions change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]