From 9b0b19bab18ad1153182019798371b08cd7e5f29 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 11 Dec 2021 17:35:20 +0700 Subject: [PATCH] Revert "refactor(bootstrap): sync all ApplicationSets at once" This reverts commit 84df2b1c9dc1ce4073160b5a4b81da86aff2b103. --- bootstrap/Makefile | 2 +- bootstrap/root-app/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap/Makefile b/bootstrap/Makefile index e658971a..ad45d61d 100644 --- a/bootstrap/Makefile +++ b/bootstrap/Makefile @@ -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 diff --git a/bootstrap/root-app/kustomization.yaml b/bootstrap/root-app/kustomization.yaml index fc1c199a..bf3a5a39 100644 --- a/bootstrap/root-app/kustomization.yaml +++ b/bootstrap/root-app/kustomization.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