From 521759733293beea43cc89be657fff263ce7cec6 Mon Sep 17 00:00:00 2001 From: Martin Bouillaud Date: Mon, 10 Mar 2025 11:09:55 +0100 Subject: [PATCH] fix: webhook typo Signed-off-by: Martin Bouillaud --- .../argo-events/templates/argo-events-webhook/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/argo-events/templates/argo-events-webhook/deployment.yaml b/charts/argo-events/templates/argo-events-webhook/deployment.yaml index dca2b7713..82a1ab59f 100644 --- a/charts/argo-events/templates/argo-events-webhook/deployment.yaml +++ b/charts/argo-events/templates/argo-events-webhook/deployment.yaml @@ -11,7 +11,7 @@ spec: selector: matchLabels: {{- include "argo-events.selectorLabels" (dict "context" . "name" .Values.webhook.name) | nindent 6 }} - revisionHistoryLimit: {{ .Values.controller.revisionHistoryLimit }} + revisionHistoryLimit: {{ .Values.webhook.revisionHistoryLimit }} replicas: {{ .Values.webhook.replicas }} template: metadata: