potiuk commented on a change in pull request #9723:
URL: https://github.com/apache/airflow/pull/9723#discussion_r451720394



##########
File path: chart/templates/NOTES.txt
##########
@@ -22,8 +22,8 @@ Your release is named {{ .Release.Name }}.
 
 You can now access your dashboard(s) by executing the following command(s) and 
visiting the corresponding port at localhost in your browser:
 
-Airflow dashboard:        kubectl port-forward svc/{{ .Release.Name 
}}-webserver {{ .Values.ports.airflowUI }}:{{ .Values.ports.airflowUI }}
+Airflow dashboard:        kubectl port-forward svc/{{ .Release.Name 
}}-webserver {{ .Values.ports.airflowUI }}:{{ .Values.ports.airflowUI }} -n 
airflow
 {{- if eq .Values.executor "CeleryExecutor"}}
-Flower dashboard:         kubectl port-forward svc/{{ .Release.Name }}-flower 
{{ .Values.ports.flowerUI }}:{{ .Values.ports.flowerUI }}
+Flower dashboard:         kubectl port-forward svc/{{ .Release.Name }}-flower 
{{ .Values.ports.flowerUI }}:{{ .Values.ports.flowerUI }} -n airflow

Review comment:
       ```suggestion
   Flower dashboard:         kubectl port-forward svc/{{ .Release.Name 
}}-flower {{ .Values.ports.flowerUI }}:{{ .Values.ports.flowerUI }} --namespace 
airflow
   ```




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to