From d79c96f2641de266b4ed256808bd27dce1ac0e72 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 14 Sep 2024 22:05:53 +0200 Subject: [PATCH] Add overlay patches 14 --- .../argocd-notifications-controller-patch.yaml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) 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