mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-24 21:52:36 +07:00
feat(bootstrap): add sync waves based on layers
This commit is contained in:
parent
25636a1142
commit
e06ba36c80
@ -2,6 +2,7 @@ apiVersion: argoproj.io/v1alpha1
|
||||
kind: ApplicationSet
|
||||
metadata:
|
||||
name: apps
|
||||
argocd.argoproj.io/sync-wave: 4
|
||||
spec:
|
||||
generators:
|
||||
- git:
|
||||
|
@ -2,6 +2,7 @@ apiVersion: argoproj.io/v1alpha1
|
||||
kind: ApplicationSet
|
||||
metadata:
|
||||
name: bootstrap
|
||||
argocd.argoproj.io/sync-wave: 1
|
||||
spec:
|
||||
generators:
|
||||
- git:
|
||||
|
@ -2,6 +2,7 @@ apiVersion: argoproj.io/v1alpha1
|
||||
kind: ApplicationSet
|
||||
metadata:
|
||||
name: platform
|
||||
argocd.argoproj.io/sync-wave: 3
|
||||
spec:
|
||||
generators:
|
||||
- git:
|
||||
|
@ -2,6 +2,7 @@ apiVersion: argoproj.io/v1alpha1
|
||||
kind: ApplicationSet
|
||||
metadata:
|
||||
name: system
|
||||
argocd.argoproj.io/sync-wave: 2
|
||||
spec:
|
||||
generators:
|
||||
- git:
|
||||
|
Loading…
Reference in New Issue
Block a user