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: [email protected]

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

Reply via email to