fix(bootstrap): fix sync wave syntax

Please enter the commit message for your changes. Lines starting
This commit is contained in:
Khue Doan 2021-09-24 19:31:18 +07:00
parent 818936e89f
commit d4e6629464
4 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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