prakharcode commented on issue #51304:
URL: https://github.com/apache/airflow/issues/51304#issuecomment-3328826085

   I just had a look again, and within the `webserver` Values in the 
`defaultUser` value you can put `enabled: false` this solves the issue of 
having a failed container on a helm release of airflow.
   
   ```yaml
     webserver:
       enabled: false
       defaultUser:
         enabled: false
   ```
   
   What bothers me is that these values are used from webserver but not from 
apiServer or directly giving a `enabled: false` within the `createUser` job 
Values.
   
   For now I will add an enabled parameter in the values with the chart taking 
an `and` condition on both job `webserver.defaultUser.enabled` and 
`createUserJob.enabled`


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