andpozo opened a new issue, #30247:
URL: https://github.com/apache/airflow/issues/30247

   ### Official Helm Chart version
   
   1.8.0 (latest released)
   
   ### Apache Airflow version
   
   2
   
   ### Kubernetes Version
   
   >1.21
   
   ### Helm Chart configuration
   
   ```yaml
   webserver:
     podDisruptionBudget:
       enabled: true
       config:
         minAvailable: 1
   ```
   
   ### Docker Image customizations
   
   _No response_
   
   ### What happened
   
   if you use the next values the chart you will not ablt to install the chart, 
the problem is in the schema  in this line
   
   
   https://github.com/apache/airflow/blob/main/chart/values.schema.json#L3320
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   use the this values
   
   ```yaml
   webserver:
     podDisruptionBudget:
       enabled: true
       config:
         minAvailable: 1
   ```
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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