You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| podDisruptionBudgets.validator.annotations | object |`{}`| Additional annotations applied to the validator PodDisruptionBudget. |
135
135
| podDisruptionBudgets.validator.enabled | bool |`false`| Enable the validator PodDisruptionBudget. |
136
136
| podDisruptionBudgets.validator.labels | object |`{}`| Additional labels applied to the validator PodDisruptionBudget. |
137
-
| podDisruptionBudgets.validator.maxUnavailable | string |`nil`| Maximum validator pods that can be disrupted at once. Accepts integers or percentages. |
138
-
| podDisruptionBudgets.validator.minAvailable | int |`1`| Minimum validator pods that must remain available; ignored when maxUnavailable is set. |
137
+
| podDisruptionBudgets.validator.maxUnavailable | string |`nil`| Maximum validator pods that can be disrupted at once. Mutually exclusive with minAvailable. |
138
+
| podDisruptionBudgets.validator.minAvailable | int |`1`| Minimum validator pods that must remain available. Mutually exclusive with maxUnavailable. |
139
139
| podDisruptionBudgets.validator.unhealthyPodEvictionPolicy | string |`""`| Optional unhealthy pod eviction policy (Default or AlwaysAllow). |
0 commit comments