From 2a7311150a7e5b201fc855c0a3debc099f25fd26 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 9 Sep 2024 00:12:46 +0200 Subject: [PATCH] Remove argo plugin --- argocd/kustomization.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 229f964..55dc13e 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -1,8 +1,8 @@ # additional resources like ingress rules, cluster and repository secrets. resources: - github.com/argoproj/argo-cd//manifests/cluster-install?ref=stable -- cmp-plugin.yaml +# - cmp-plugin.yaml # changes to config maps -patches: -- path: overlays/cmp-plugin-patch.yaml +# patches: +# - path: overlays/cmp-plugin-patch.yaml