mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 10:19:21 +07:00
refactor(bootstrap): sync all ApplicationSets at once
Because sync waves are removed
This commit is contained in:
parent
88c79594e8
commit
84df2b1c9d
@ -12,4 +12,4 @@ argocd:
|
||||
|
||||
.PHONY: root-app
|
||||
root-app:
|
||||
kubectl apply -n argocd -f root-app/applicationsets/bootstrap.yaml
|
||||
kustomize build ./root-app | kubectl apply -f -
|
||||
|
@ -3,7 +3,7 @@ kind: Kustomization
|
||||
|
||||
resources:
|
||||
# - projects/system.yaml
|
||||
# - applicationsets/bootstrap.yaml
|
||||
- applicationsets/bootstrap.yaml
|
||||
- applicationsets/system.yaml
|
||||
- applicationsets/platform.yaml
|
||||
- applicationsets/apps.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user