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