jedcunningham commented on code in PR #52194: URL: https://github.com/apache/airflow/pull/52194#discussion_r2164910917
########## 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 Webserver: kubectl port-forward svc/{{ include "airflow.fullname" . }}-api-server {{ .Values.ports.airflowUI }}:{{ .Values.ports.airflowUI }} --namespace {{ .Release.Namespace }} Review Comment: We need to do this conditionally - we still support Airflow 2. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org