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
| resources.requests.cpu | string |`"100m"`| CPU request |
33
+
| pdb.enabled | bool |`true`| Whether to create a PodDisruptionBudget for the webhook |
34
+
| pdb.labels | object |`{}`| Labels to set on the PodDisruptionBudget |
35
+
| pdb.annotations | object |`{}`| Annotations to set on the PodDisruptionBudget |
36
+
| pdb.minAvailable | string |`"1"` (defaults to 1 if not specified) | Number of pods that are available after eviction as number or percentage (e.g. 50%) |
37
+
| pdb.maxUnavailable | string |`""`| Number of pods that are unavailable after eviction as number or percentage (e.g: 50%); has higher precedence over `pdb.minAvailable`|
33
38
| webhook.certManager.enabled | bool |`false`| Whether to use cert-manager to manage webhook tls |
34
39
| webhook.certManager.issuerGroup | string |`""`| Issuer group (only relevant if enabled is true; if unset, the default cert-manager group is used) |
35
40
| webhook.certManager.issuerKind | string |`""`| Issuer kind (only relevant if enabled is true; if unset, the default cert-manager type 'Issuer' is used) |
0 commit comments