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