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
Configure the maximum unavailable pods for disruptions. Can either be set to an integer (e.g. 1) or a percentage value (e.g. 25%).
451
+
Cannot be used if `minAvailable` is set.
452
+
447
453
### CRDs
448
454
449
455
@@ -469,20 +475,5 @@ This option makes it so that the "helm.sh/resource-policy": keep annotation is a
469
475
> ```
470
476
471
477
When set to false, the rendered output does not contain the. VenafiConnection CRDs and RBAC. This is useful for when the. Venafi Connection resources are already installed separately.
Copy file name to clipboardExpand all lines: deploy/charts/venafi-kubernetes-agent/values.schema.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -477,14 +477,15 @@
477
477
},
478
478
"helm-values.podDisruptionBudget.enabled": {
479
479
"default": false,
480
+
"description": "Enable or disable the PodDisruptionBudget resource, which helps prevent downtime during voluntary disruptions such as during a Node upgrade.",
"description": "Configure the maximum unavailable pods for disruptions. Can either be set to an integer (e.g. 1) or a percentage value (e.g. 25%).\nCannot be used if `minAvailable` is set.",
484
485
"type": "number"
485
486
},
486
487
"helm-values.podDisruptionBudget.minAvailable": {
487
-
"default": 1,
488
+
"description": "Configure the minimum available pods for disruptions. Can either be set to an integer (e.g. 1) or a percentage value (e.g. 25%).\nCannot be used if `maxUnavailable` is set.",
0 commit comments