mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 02:07:46 +07:00
fix(bootstrap): fix sync wave syntax
Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
818936e89f
commit
d4e6629464
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user