From 3f37cbff4990646b05753013a11c8f8bf15ddbb7 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 14 Sep 2024 21:30:33 +0200 Subject: [PATCH] Add overlay patches --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index d25da9c..01a63f9 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -9,5 +9,5 @@ resources: - https://raw.githubusercontent.com/argoproj/argo-cd/master/manifests/install.yaml?ref=stable - ingress.yaml -patchesStrategicMerge: +patches: - overlays/argocd-notifications-controller-patch.yaml