| commit | 15aa6635e26a1a6c4b9d6dccfd96d6e0c7a3f723 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Thu Jul 23 17:14:23 2026 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Thu Jul 23 17:14:23 2026 +0400 |
| tree | d2c1532261a62da060c6d26b34283e8512076939 | |
| parent | d55d03ac5bfd4bd18a671e2d783183702d2bd64d [diff] [blame] |
cert-manager: 1.19.6 -> 1.20.3 Change-Id: Iabb070751250884fca8064f8b27d0a86a63959af
diff --git a/charts/cert-manager/templates/webhook-poddisruptionbudget.yaml b/charts/cert-manager/templates/webhook-poddisruptionbudget.yaml index ab2a481..2789136 100644 --- a/charts/cert-manager/templates/webhook-poddisruptionbudget.yaml +++ b/charts/cert-manager/templates/webhook-poddisruptionbudget.yaml
@@ -26,4 +26,7 @@ {{- if hasKey .Values.webhook.podDisruptionBudget "maxUnavailable" }} maxUnavailable: {{ .Values.webhook.podDisruptionBudget.maxUnavailable }} {{- end }} + {{- with .Values.webhook.podDisruptionBudget.unhealthyPodEvictionPolicy }} + unhealthyPodEvictionPolicy: {{ . }} + {{- end }} {{- end }}