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 2021/05/05 16:39:07 UTC

[GitHub] [airflow] jedcunningham commented on a change in pull request #15676: WIP: document chart values

jedcunningham commented on a change in pull request #15676:
URL: https://github.com/apache/airflow/pull/15676#discussion_r626727520



##########
File path: chart/values.yaml
##########
@@ -129,44 +122,68 @@ allowPodLaunching: true
 # Images
 images:
   airflow:
+    # images.airflow.respository is used to override the defaultAirflowRepository for Airflow image
     repository: ~
+    # images.airflow.tag is used to override the defaultAirflowTag for Airflow image
     tag: ~
+    # images.airflow.pullPolicy is the pullPolicy for the Airflow image
     pullPolicy: IfNotPresent

Review comment:
       ```suggestion
   ```suggestion
     # images.airflow sets the Airflow image details
     airflow:
       repository: ~
       tag: ~
       pullPolicy: IfNotPresent
   ```
   
   We could strike a compromise for things that are pretty self-explanatory too.




-- 
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:
users@infra.apache.org