refactor(bootstrap): sync all ApplicationSets at once

Because sync waves are removed
This commit is contained in:
Khue Doan
2021-12-01 23:04:06 +07:00
parent 88c79594e8
commit 84df2b1c9d
2 changed files with 2 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ argocd:
.PHONY: root-app .PHONY: root-app
root-app: root-app:
kubectl apply -n argocd -f root-app/applicationsets/bootstrap.yaml kustomize build ./root-app | kubectl apply -f -

View File

@@ -3,7 +3,7 @@ kind: Kustomization
resources: resources:
# - projects/system.yaml # - projects/system.yaml
# - applicationsets/bootstrap.yaml - applicationsets/bootstrap.yaml
- applicationsets/system.yaml - applicationsets/system.yaml
- applicationsets/platform.yaml - applicationsets/platform.yaml
- applicationsets/apps.yaml - applicationsets/apps.yaml