feat(bootstrap): add sync waves based on layers

This commit is contained in:
Khue Doan
2021-09-23 08:27:57 +07:00
parent 94037ce251
commit bdc1297184
4 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,7 @@ spec:
template:
metadata:
name: '{{path.basename}}'
argocd.argoproj.io/sync-wave: 4
spec:
destination:
name: in-cluster

View File

@ -12,6 +12,7 @@ spec:
template:
metadata:
name: '{{path.basename}}'
argocd.argoproj.io/sync-wave: 1
spec:
destination:
name: in-cluster

View File

@ -12,6 +12,7 @@ spec:
template:
metadata:
name: '{{path.basename}}'
argocd.argoproj.io/sync-wave: 3
spec:
destination:
name: in-cluster

View File

@ -12,6 +12,7 @@ spec:
template:
metadata:
name: '{{path.basename}}'
argocd.argoproj.io/sync-wave: 2
spec:
destination:
name: in-cluster