From d3c1d90c3505fab4fe63986f63d9ba57c2a440c9 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Fri, 5 Apr 2024 09:33:52 +0200 Subject: [PATCH] fix(init): update argocd app definition format update project an application definition based an this (mostly useless) changelog entry: > make the chart use maps instead of lists Usefull hints on the new structure can be found in then git diff: https://github.com/argoproj/argo-helm/compare/argo-events-2.4.4...argocd-apps-2.0.0 or in the new valuesContent: https://artifacthub.io/packages/helm/argo/argocd-apps?modal=values --- argocd-init.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/argocd-init.yml b/argocd-init.yml index 155740e..f4385b0 100644 --- a/argocd-init.yml +++ b/argocd-init.yml @@ -36,7 +36,7 @@ spec: targetNamespace: argocd valuesContent: |- projects: - - name: baseline + baseline: namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io @@ -49,8 +49,7 @@ spec: - group: '*' kind: '*' applications: - - name: baseline - namespace: argocd + baseline: project: baseline finalizers: - resources-finalizer.argocd.argoproj.io