Skip to content

Commit

Permalink
fix: webhook typo
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Bouillaud <[email protected]>
  • Loading branch information
bilyboy785 committed Mar 10, 2025
1 parent 890f9c7 commit 5217597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5217597

Please sign in to comment.