You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/28 15:04:50 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #26747: [docs] Improve documentation on helm hooks disabling

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


##########
docs/helm-chart/index.rst:
##########
@@ -130,7 +130,9 @@ will not start as the migrations will not be run:
 
 .. code-block:: yaml
 
-   createUserJob.useHelmHooks: false
-   migrateDatabaseJob.useHelmHooks: false
+    createUserJob:
+        useHelmHooks: false
+    migrateDatabaseJob:
+        useHelmHooks: false

Review Comment:
   ```suggestion
         useHelmHooks: false
       migrateDatabaseJob:
         useHelmHooks: false
   ```
   
   nit: 2 vs 4 spaces



-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org