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/06/23 01:00:34 UTC

[GitHub] [airflow] thesuperzapper edited a comment on issue #11979: Support helm install --wait for the chart

thesuperzapper edited a comment on issue #11979:
URL: https://github.com/apache/airflow/issues/11979#issuecomment-866441374


   In the [airflow-helm chart](https://github.com/airflow-helm/charts/tree/main/charts/airflow), we implemented a value to fix this called [helmWait](https://github.com/airflow-helm/charts/blob/main/charts/airflow/values.yaml#L1-L3), it just removes the [post-install hook](https://github.com/airflow-helm/charts/blob/airflow-8.3.0/charts/airflow/templates/jobs/job-upgrade-db.yaml#L5-L13) from our db migration job.
   
   However this can result in an issue with "field is immutable", as described our issue: https://github.com/airflow-helm/charts/issues/230


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