diff --git a/argocd/overlays/argocd-notifications-controller-patch.yaml b/argocd/overlays/argocd-notifications-controller-patch.yaml index ea69895..64cafac 100644 --- a/argocd/overlays/argocd-notifications-controller-patch.yaml +++ b/argocd/overlays/argocd-notifications-controller-patch.yaml @@ -8,11 +8,5 @@ spec: template: spec: containers: - - op: replace - livenessProbe: {} - # failureThreshold: 3 - # periodSeconds: 10 - # successThreshold: 1 - # tcpSocket: - # port: 9001 - # timeoutSeconds: 1 \ No newline at end of file + - op: delete + livenessProbe: {} \ No newline at end of file