jedcunningham commented on code in PR #29870:
URL: https://github.com/apache/airflow/pull/29870#discussion_r1123480088
##########
docs/helm-chart/index.rst:
##########
@@ -141,6 +141,12 @@ This is so these CI/CD services can perform updates
without issues and preserve
This also applies if you install the chart using ``--wait`` in your ``helm
install`` command.
+For Flux, you also need to ensure the "Jobs" are deleted and retriggered in
each helmRelease, below is how you would do it:
+.. code-block:: yaml
+spec:
+ force: true # enable this to recreate resources on immutable fields
changes
Review Comment:
```suggestion
.. code-block:: yaml
spec:
force: true # enable this to recreate resources on immutable
fields changes
```
--
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]