Miretpl commented on code in PR #62544:
URL: https://github.com/apache/airflow/pull/62544#discussion_r2874624141


##########
chart/docs/adding-connections-and-variables.rst:
##########
@@ -20,18 +20,17 @@ Adding Connections, Variables and Environment Variables
 =======================================================
 
 You can programmatically add Connections, Variables and arbitrary Environment 
Variables to your
-Airflow deployment using the Helm chart.
+Airflow deployment using the Helm Chart.
 
 
 Connections and Sensitive Environment Variables
 -----------------------------------------------
-Under the ``secret`` and ``extraSecret`` sections of the ``values.yaml`` you 
can pass connection strings and sensitive
-environment variables into Airflow using the Helm chart. To illustrate, lets 
create a yaml file called ``override.yaml``
-to override values under these sections of the ``values.yaml`` file.
+Under the ``secret`` and ``extraSecret`` sections of the ``values.yaml``, you 
can pass connection strings and sensitive
+environment variables into Airflow using the Helm Chart. To illustrate, lets 
create a yaml file called ``overwrite.yaml``

Review Comment:
   I changed it as for me overwriting is more like changing something fully (in 
general, in values files for helm we fully change given values, e.g. of 
`extraSecret` field compared to the default one), when overriding is more like 
adding something to something, but I can change it back if it is not correct in 
some way (I'm not native english speaker)



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