mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-09 20:30:04 +07:00
Revert "refactor(bootstrap): sync all ApplicationSets at once"
This reverts commit 84df2b1c9d
.
This commit is contained in:
parent
d2862a71df
commit
9b0b19bab1
@ -12,4 +12,4 @@ argocd:
|
||||
|
||||
.PHONY: root-app
|
||||
root-app:
|
||||
kustomize build ./root-app | kubectl apply -f -
|
||||
kubectl apply -n argocd -f root-app/applicationsets/bootstrap.yaml
|
||||
|
@ -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