Skip to content

Commit bc516f9

Browse files
Update chart docs
1 parent 17e9d3c commit bc516f9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

chart/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# reactivejob-operator
22

3-
![Version: 0.1.36](https://img.shields.io/badge/Version-0.1.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.34](https://img.shields.io/badge/AppVersion-v0.1.34-informational?style=flat-square)
3+
![Version: 0.1.37](https://img.shields.io/badge/Version-0.1.37-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.34](https://img.shields.io/badge/AppVersion-v0.1.34-informational?style=flat-square)
44

55
A Helm chart for https://github.com/sap/reactivejob-operator
66

@@ -30,6 +30,11 @@ A Helm chart for https://github.com/sap/reactivejob-operator
3030
| resources.limits.cpu | string | `"100m"` | CPU limit |
3131
| resources.requests.memory | string | `"128Mi"` | Memory request |
3232
| 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` |
3338
| webhook.certManager.enabled | bool | `false` | Whether to use cert-manager to manage webhook tls |
3439
| webhook.certManager.issuerGroup | string | `""` | Issuer group (only relevant if enabled is true; if unset, the default cert-manager group is used) |
3540
| 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

Comments
 (0)