From 63c14604b8efd7e50c89cb1c051b187636612ee0 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sat, 14 Sep 2024 21:38:33 +0200 Subject: [PATCH] Add overlay patches 4 --- argocd/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index f23a6e6..7b5c00e 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 -# patches: -# - path: ./overlays/argocd-notifications-controller-patch.yaml +patches: + - path: ./overlays/argocd-notifications-controller-patch.yaml