From 7161fe8612b786ab99c50052c88c2aab0b94bbe9 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 14 Dec 2024 22:09:05 +0100 Subject: [PATCH] Add patch to argocd 6 --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 61f3a5d..2ae2404 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -16,4 +16,4 @@ patches: kind: ReplicaSet name: argocd-notifications-controller path: overlays/argocd-notifications-controller-patch.yaml - - path: overlays/argocd-cm-patch.yaml \ No newline at end of file + - path: overlays/argocd-cm.patch.yaml \ No newline at end of file