mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-20 08:03:58 +08:00
refactor(bootstrap): sync all ApplicationSets at once
Because sync waves are removed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user