Skip to content

Commit fe92562

Browse files
Update chart docs
1 parent 52f9893 commit fe92562

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chart/README.md

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

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

55
A Helm chart for https://github.com/sap/pod-reloader
66

@@ -35,6 +35,8 @@ A Helm chart for https://github.com/sap/pod-reloader
3535
| pdb.annotations | object | `{}` | Annotations to set on the PodDisruptionBudget |
3636
| 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%) |
3737
| pdb.maxUnavailable | string | `""` | Number of pods that are unavailable after eviction as number or percentage (e.g: 50%); has higher precedence over `pdb.minAvailable` |
38+
| webhook.matchConditions | list | `[]` | Match conditions for webhooks can be used for fine-grained request filtering. Docs: https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions |
39+
| webhook.certManager | object | `{"enabled":false,"issuerGroup":"","issuerKind":"","issuerName":""}` | expression: 'request.resource.group != "rbac.authorization.k8s.io"' |
3840
| webhook.certManager.enabled | bool | `false` | Whether to use cert-manager to manage webhook tls |
3941
| webhook.certManager.issuerGroup | string | `""` | Issuer group (only relevant if enabled is true; if unset, the default cert-manager group is used) |
4042
| 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)