diff --git a/argocd/overlays/argocd-notifications-controller-patch.yaml b/argocd/overlays/argocd-notifications-controller-patch.yaml index bea5f83..d17fadd 100644 --- a/argocd/overlays/argocd-notifications-controller-patch.yaml +++ b/argocd/overlays/argocd-notifications-controller-patch.yaml @@ -3,12 +3,12 @@ kind: Deployment metadata: name: argocd-notifications-controller namespace: argocd +$patch: replace spec: template: spec: containers: - - $patch: replace - livenessProbe: {} + - livenessProbe: {} # failureThreshold: 3 # periodSeconds: 10 # successThreshold: 1