kaxil opened a new issue #15315: URL: https://github.com/apache/airflow/issues/15315
Currently we get the following message when Airflow is installed with the Helm Chart. ```bash $ helm install airflow --namespace airflow . NAME: airflow LAST DEPLOYED: Sat Apr 10 23:03:35 2021 NAMESPACE: airflow STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: Thank you for installing Airflow! Your release is named airflow. 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/airflow-webserver 8080:8080 --namespace airflow ``` This is defined in https://github.com/apache/airflow/blob/master/chart/templates/NOTES.txt We should include the following instructions too: - Get Username and Password to access Webserver if a default `.Values.webserver.defaultUser.enabled` is `true` - Provide kubectl command to get values for - Fernet Key - Postgres password if postgres is created by Airflow chart We could get some inspiration from the following charts: - https://github.com/bitnami/charts/blob/f4dde434ef7c1fdb1949fb3a796e5a40b5f1dc03/bitnami/airflow/templates/NOTES.txt - https://github.com/helm/charts/blob/7e45e678e39b88590fe877f159516f85f3fd3f38/stable/wordpress/templates/NOTES.txt -- 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]
