From f1514d31670e9f0c636a8ea3fa5bc19f5e7f9c23 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 14 Sep 2024 21:59:23 +0200 Subject: [PATCH] Add overlay patches 12 --- argocd/overlays/argocd-notifications-controller-patch.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/argocd/overlays/argocd-notifications-controller-patch.yaml b/argocd/overlays/argocd-notifications-controller-patch.yaml index d17fadd..5b0692b 100644 --- a/argocd/overlays/argocd-notifications-controller-patch.yaml +++ b/argocd/overlays/argocd-notifications-controller-patch.yaml @@ -8,7 +8,8 @@ spec: template: spec: containers: - - livenessProbe: {} + - $patch: replace + livenessProbe: {} # failureThreshold: 3 # periodSeconds: 10 # successThreshold: 1