From 421515cb4689536aeb25952fae15a72f7f10e021 Mon Sep 17 00:00:00 2001 From: Johannes Kleinlercher Date: Sun, 5 May 2024 20:21:30 +0200 Subject: [PATCH] we need backstage very early for creating secret --- platform-apps/target-type/k3d/backstage-app.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform-apps/target-type/k3d/backstage-app.yaml b/platform-apps/target-type/k3d/backstage-app.yaml index 059df6de..c51f6d48 100644 --- a/platform-apps/target-type/k3d/backstage-app.yaml +++ b/platform-apps/target-type/k3d/backstage-app.yaml @@ -1,6 +1,8 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: + annotations: + argocd.argoproj.io/sync-wave: "-1" name: sx-backstage namespace: argocd finalizers: @@ -22,4 +24,4 @@ spec: prune: true selfHeal: true syncOptions: - - CreateNamespace=true \ No newline at end of file + - CreateNamespace=true