GitHub user jeremyj563 edited a comment on the discussion: How to change 
default password in Airflow Helm chart?

Just want to point out that overriding `args` is not necessary. This will do 
the trick (since the value of `webserver.defaultUser.password` gets passed as 
the `-p` arg anyhow):
```yaml
createUserJob:
  env:
  - name: ADMIN_PASSWORD
    valueFrom:
      secretKeyRef:
        name: airflow-admin-password
        key: password
webserver:
  defaultUser:
    password: $(ADMIN_PASSWORD)
```

GitHub link: 
https://github.com/apache/airflow/discussions/42308#discussioncomment-14181591

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to