Replies: 1 comment 1 reply
-
The user is created only first time and the password value does not get updated since the value is stored in the postgres database. I had the same issue and ended up in overriding the create user arguments with password coming from secrets ref
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Airflow helm chart (version: airflow-1.15.0). I am using custom-values.yaml file to override the defaults. I am not able to change the defaultUser Password. When I add the, it is accepted my the chart. However, when the chart is installed it is still allowing logging in with default username and password (and not with the new_password as seen below).
When I search for my helm values I can see that new_password has been acccepted (as seen in the output below):
Beta Was this translation helpful? Give feedback.
All reactions