From d4e6629464e101d77ddb25d68a7781f5f38ec287 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 24 Sep 2021 19:31:18 +0700 Subject: [PATCH] fix(bootstrap): fix sync wave syntax Please enter the commit message for your changes. Lines starting --- bootstrap/root-app/applicationsets/apps.yaml | 3 ++- bootstrap/root-app/applicationsets/bootstrap.yaml | 3 ++- bootstrap/root-app/applicationsets/platform.yaml | 3 ++- bootstrap/root-app/applicationsets/system.yaml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bootstrap/root-app/applicationsets/apps.yaml b/bootstrap/root-app/applicationsets/apps.yaml index e259a0d0..6b4aad0b 100644 --- a/bootstrap/root-app/applicationsets/apps.yaml +++ b/bootstrap/root-app/applicationsets/apps.yaml @@ -12,7 +12,8 @@ spec: template: metadata: name: '{{path.basename}}' - argocd.argoproj.io/sync-wave: 4 + annotations: + argocd.argoproj.io/sync-wave: 4 spec: destination: name: in-cluster diff --git a/bootstrap/root-app/applicationsets/bootstrap.yaml b/bootstrap/root-app/applicationsets/bootstrap.yaml index 2e46cbd1..17262916 100644 --- a/bootstrap/root-app/applicationsets/bootstrap.yaml +++ b/bootstrap/root-app/applicationsets/bootstrap.yaml @@ -12,7 +12,8 @@ spec: template: metadata: name: '{{path.basename}}' - argocd.argoproj.io/sync-wave: 1 + annotations: + argocd.argoproj.io/sync-wave: 1 spec: destination: name: in-cluster diff --git a/bootstrap/root-app/applicationsets/platform.yaml b/bootstrap/root-app/applicationsets/platform.yaml index ff0e0eb8..4d75d22d 100644 --- a/bootstrap/root-app/applicationsets/platform.yaml +++ b/bootstrap/root-app/applicationsets/platform.yaml @@ -12,7 +12,8 @@ spec: template: metadata: name: '{{path.basename}}' - argocd.argoproj.io/sync-wave: 3 + annotations: + argocd.argoproj.io/sync-wave: 3 spec: destination: name: in-cluster diff --git a/bootstrap/root-app/applicationsets/system.yaml b/bootstrap/root-app/applicationsets/system.yaml index 731491b4..a3283b8b 100644 --- a/bootstrap/root-app/applicationsets/system.yaml +++ b/bootstrap/root-app/applicationsets/system.yaml @@ -12,7 +12,8 @@ spec: template: metadata: name: '{{path.basename}}' - argocd.argoproj.io/sync-wave: 2 + annotations: + argocd.argoproj.io/sync-wave: 2 spec: destination: name: in-cluster