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