patsevanton opened a new issue #14872: URL: https://github.com/apache/airflow/issues/14872
**Apache Airflow version**: latest helm chart from master branch **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): 1.18 **What happened**: ``` git clone https://github.com/apache/airflow.git helm dependency update helm install --set webserver.defaultUser.password=new_password,ingress.enabled=true,ingress.hosts[0]=airflow.192.168.22.7.xip.io airflow ./ ``` **Login as admin:admin** **What you expected to happen**: i think login as admin:new_password <!-- What do you think went wrong? --> Can not change webserver.defaultUser.password when install by helm ---------------------------------------------------------------- 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]
