simi commented on code in PR #52194:
URL: https://github.com/apache/airflow/pull/52194#discussion_r2164975094


##########
chart/templates/NOTES.txt:
##########
@@ -98,7 +98,11 @@ 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:
 
+{{- if semverCompare "<3.0.0" .Values.airflowVersion }}
 Airflow Webserver:     kubectl port-forward svc/{{ include "airflow.fullname" 
. }}-webserver {{ .Values.ports.airflowUI }}:{{ .Values.ports.airflowUI }} 
--namespace {{ .Release.Namespace }}
+{{- else }}
+Airflow Webserver:     kubectl port-forward svc/{{ include "airflow.fullname" 
. }}-api-server {{ .Values.ports.airflowUI }}:{{ .Values.ports.airflowUI }} 
--namespace {{ .Release.Namespace }}

Review Comment:
   updated



-- 
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

Reply via email to