Skip to content

Pod Disruption Budget doesn't allow additional properties #30247

@andpozo

Description

@andpozo

Official Helm Chart version

1.8.0 (latest released)

Apache Airflow version

2

Kubernetes Version

1.21

Helm Chart configuration

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

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions