Skip to content

Commit 3731cfd

Browse files
Update chart docs
1 parent 5f8ac7e commit 3731cfd

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
# component-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.36](https://img.shields.io/badge/AppVersion-v0.1.36-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.37](https://img.shields.io/badge/AppVersion-v0.1.37-informational?style=flat-square)
44

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

@@ -30,6 +30,11 @@ A Helm chart for https://github.com/sap/component-operator
3030
| resources.limits.memory | string | `"128Mi"` | Memory limit |
3131
| resources.requests.cpu | string | `"100m"` | CPU request |
3232
| resources.requests.memory | string | `"128Mi"` | Memory 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
| options | object | `{}` | Controller options |
3439

3540
----------------------------------------------

0 commit comments

Comments
 (0)