devgonvarun commented on issue #60897:
URL: https://github.com/apache/airflow/issues/60897#issuecomment-3822680917

   > I spent 30 minutes on it, but it looks more complicated than removing a 
simple check. I'm just going to use the SimpleAuthManager but until a new 
version helm chart is released I can't deploy because you can't disable the 
create-user job. Last release was in July so I'm crossing my fingers.
   
   @jabbera you can disable the create-user job in the helm chart 1.18.0 values 
like the following: 
   
   ```
   # Airflow webserver settings
   webserver:
     enabled: false
     defaultUser:
       enabled: false
   
   # Airflow create user job settings
   createUserJob:
     command: ["echo", "Skipping create user job"]
     args: []
     useHelmHooks: false
     applyCustomEnv: false
   ```


-- 
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]

Reply via email to