axk7812 opened a new issue #10486:
URL: https://github.com/apache/airflow/issues/10486


   **Apache Airflow version**:
   1.10.10
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
   1.17.0
   
   **Environment**:
   AWS
   Linux x86_64 x86_64 x86_64 GNU/Linux
   Helm 3.2.0
   
   **What happened**:
   Following the directions to install the chart in this repository, and 
instead it pulls the chart from 
https://github.com/helm/charts/tree/master/stable/airflow
   
   **What you expected to happen**:
   The chart from https://github.com/apache/airflow/tree/master/chart should be 
pulled.
   
   You can verify that the `values.yaml` pulled matches the one from 
helm/stable rather than the one in apache/airflow chart.
   
   **How to reproduce it**:
   ```
   kubectl create namespace airflow
   helm repo add stable https://kubernetes-charts.storage.googleapis.com
   helm dep update
   helm install airflow . --namespace airflow
   ```
   
   As minimally and precisely as possible. Keep in mind we do not have access 
to your cluster or dags.
   
   If you are using kubernetes, please attempt to recreate the issue using 
minikube or kind.
   
   
   If this is a UI bug, please provide a screenshot of the bug or a link to a 
youtube video of the bug in action
   
   
   How often does this problem occur? Once? Every time etc?
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to