From 900b417f646574946a0e6302a0157e0cd8c0759d Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 20 Sep 2021 00:54:02 +0700 Subject: [PATCH] Revert "feat(bootstrap): add sync waves based on layers" This reverts commit e06ba36c800689193ae377dee2a301653572ce88. --- bootstrap/root-app/applicationsets/apps.yaml | 1 - bootstrap/root-app/applicationsets/bootstrap.yaml | 1 - bootstrap/root-app/applicationsets/platform.yaml | 1 - bootstrap/root-app/applicationsets/system.yaml | 1 - 4 files changed, 4 deletions(-) diff --git a/bootstrap/root-app/applicationsets/apps.yaml b/bootstrap/root-app/applicationsets/apps.yaml index d3d799d5..13c3cb2d 100644 --- a/bootstrap/root-app/applicationsets/apps.yaml +++ b/bootstrap/root-app/applicationsets/apps.yaml @@ -2,7 +2,6 @@ apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: apps - argocd.argoproj.io/sync-wave: 4 spec: generators: - git: diff --git a/bootstrap/root-app/applicationsets/bootstrap.yaml b/bootstrap/root-app/applicationsets/bootstrap.yaml index 7099f7fe..01ae059b 100644 --- a/bootstrap/root-app/applicationsets/bootstrap.yaml +++ b/bootstrap/root-app/applicationsets/bootstrap.yaml @@ -2,7 +2,6 @@ apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: bootstrap - argocd.argoproj.io/sync-wave: 1 spec: generators: - git: diff --git a/bootstrap/root-app/applicationsets/platform.yaml b/bootstrap/root-app/applicationsets/platform.yaml index a79561cb..5ea39825 100644 --- a/bootstrap/root-app/applicationsets/platform.yaml +++ b/bootstrap/root-app/applicationsets/platform.yaml @@ -2,7 +2,6 @@ apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: platform - argocd.argoproj.io/sync-wave: 3 spec: generators: - git: diff --git a/bootstrap/root-app/applicationsets/system.yaml b/bootstrap/root-app/applicationsets/system.yaml index 86a9f646..11331fd8 100644 --- a/bootstrap/root-app/applicationsets/system.yaml +++ b/bootstrap/root-app/applicationsets/system.yaml @@ -2,7 +2,6 @@ apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: system - argocd.argoproj.io/sync-wave: 2 spec: generators: - git: