diff --git a/argocd/overlays/argocd-notifications-controller-patch.yaml b/argocd/overlays/argocd-notifications-controller-patch.yaml index 64cafac..0687cc5 100644 --- a/argocd/overlays/argocd-notifications-controller-patch.yaml +++ b/argocd/overlays/argocd-notifications-controller-patch.yaml @@ -1,12 +1,3 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: argocd-notifications-controller - namespace: argocd -$patch: replace -spec: - template: - spec: - containers: - - op: delete - livenessProbe: {} \ No newline at end of file +- op: replace + path: "spec/template/spec/containers/0/livenessProbe" + value: {} \ No newline at end of file