kaxil commented on code in PR #49945:
URL: https://github.com/apache/airflow/pull/49945#discussion_r2066053030
##########
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:
This should have an if/else based on Airflow version since the chart
supports both AF 2 and AF 3
--
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]