refactor(bootstrap): remove sync wave for ApplicationSets

It doesn't wait for all child applications to become healthy
This commit is contained in:
Khue Doan 2021-11-26 18:15:41 +07:00
parent d028225468
commit 96ad14931a
4 changed files with 0 additions and 8 deletions

View File

@ -2,8 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: apps
annotations:
argocd.argoproj.io/sync-wave: "4"
spec:
generators:
- git:

View File

@ -2,8 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: bootstrap
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
generators:
- git:

View File

@ -2,8 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: platform
annotations:
argocd.argoproj.io/sync-wave: "3"
spec:
generators:
- git:

View File

@ -2,8 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: system
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
generators:
- git: