jedcunningham commented on code in PR #23836:
URL: https://github.com/apache/airflow/pull/23836#discussion_r878502026


##########
docs/helm-chart/production-guide.rst:
##########
@@ -28,6 +28,14 @@ Postgres database running in a container. For production 
usage, a database runni
 leveraging a cloud provider's database service such as AWS RDS is advised. 
Supported databases and versions
 can be found at :doc:`Set up a Database Backend 
<apache-airflow:howto/set-up-database>`.
 
+Note: If you are using helm, you do not need to initialize the db 
+
+.. code-block:: bash
+
+    airflow db init
+
+as outlined :doc:`Set up a Database Backend 
<apache-airflow:howto/set-up-database>`.

Review Comment:
   ```suggestion
   
   .. note::
   
       When using the helm chart, you do not need to initialize the db with 
``airflow db init``
       as outlined in :doc:`Set up a Database Backend 
<apache-airflow:howto/set-up-database>`.
   ```
   
   Maybe like this instead?



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

Reply via email to