kubewarden / helm-charts

Helm charts for the Kubewarden project
Apache License 2.0
25 stars 16 forks source link

feat: PodDisruptionBudget configuration #414

Closed jvanz closed 4 months ago

jvanz commented 5 months ago

Description

This update introduces new settings for managing the PolicyServer's Pod Disruption Budget, along with necessary permissions for operating the controller. We've also implemented a JSON schema for basic validation of these new settings. Please note, you cannot use both settings simultaneously; only one can be set at a time.

Fix https://github.com/kubewarden/kubewarden-controller/issues/692