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/11/08 14:54:49 UTC

[GitHub] [airflow] kaxil commented on issue #16176: Quickstart Helm Chart fails post-install

kaxil commented on issue #16176:
URL: https://github.com/apache/airflow/issues/16176#issuecomment-963238853


   @zambien https://github.com/apache/airflow/pull/18776 should allow a disabling a Helm Hooks which might fix issue for you.
   
   Can you try it out on your local machine or dev cluster by running the following commands:
   
   ```
   helm repo add apache-airflow-dev https://dist.apache.org/repos/dist/dev/airflow/helm-chart/1.3.0rc1/
   helm repo update
   helm install airflow apache-airflow-dev/airflow
   ```
   
   `1.3.0rc1` is the release candidate for 1.3.0 release


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