You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "jedcunningham (via GitHub)" <gi...@apache.org> on 2023/03/02 17:31:08 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #29870: Update index.rst - Flux helmRlease errors for jobs

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org