Miretpl commented on code in PR #72209:
URL: https://github.com/apache/airflow/pull/72209#discussion_r4098611525
##########
chart/values.yaml:
##########
@@ -1433,17 +1433,19 @@ scheduler:
# Airflow create user job settings
createUserJob:
- # Whether the create user job should be created
- enabled: true
+ # Whether the create user job should be created.
+ # Creating a user here previously produced the same credentials on every
install.
+ enabled: false
- # Create initial user.
+ # Initial user to create. Only used when `createUserJob.enabled` is true,
and both
+ # `username` and `password` must be supplied
Review Comment:
```suggestion
# `username` and `password` are set
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]