Dr-Denzy edited a comment on issue #14872: URL: https://github.com/apache/airflow/issues/14872#issuecomment-804058741
> **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 > > Can not change webserver.defaultUser.password when install by helm @patsevanton I could not exactly reproduce this issue. After installing with helm, `helm get values airflow` produced this output: ```bash USER-SUPPLIED VALUES: ingress: enabled: true hosts: - airflow.192.168.22.7.xip.io webserver: defaultUser: password: new_password ``` And I when port-forwarded to my localhost I was able to log into the Airflow UI with username: `admin` password: `new_password` -- 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]
