mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-31 23:30:07 +07:00
feat(bootstrap): add sync waves based on layers
This commit is contained in:
@ -12,6 +12,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
name: '{{path.basename}}'
|
||||
argocd.argoproj.io/sync-wave: 4
|
||||
spec:
|
||||
destination:
|
||||
name: in-cluster
|
||||
|
@ -12,6 +12,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
name: '{{path.basename}}'
|
||||
argocd.argoproj.io/sync-wave: 1
|
||||
spec:
|
||||
destination:
|
||||
name: in-cluster
|
||||
|
@ -12,6 +12,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
name: '{{path.basename}}'
|
||||
argocd.argoproj.io/sync-wave: 3
|
||||
spec:
|
||||
destination:
|
||||
name: in-cluster
|
||||
|
@ -12,6 +12,7 @@ spec:
|
||||
template:
|
||||
metadata:
|
||||
name: '{{path.basename}}'
|
||||
argocd.argoproj.io/sync-wave: 2
|
||||
spec:
|
||||
destination:
|
||||
name: in-cluster
|
||||
|
Reference in New Issue
Block a user