Revert "refactor(bootstrap): sync all ApplicationSets at once"

This reverts commit 84df2b1c9d.
This commit is contained in:
Khue Doan 2021-12-11 17:35:20 +07:00
parent d2862a71df
commit 9b0b19bab1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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