diff --git a/bootstrap/Makefile b/bootstrap/Makefile index ad45d61d..e658971a 100644 --- a/bootstrap/Makefile +++ b/bootstrap/Makefile @@ -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 - diff --git a/bootstrap/root-app/kustomization.yaml b/bootstrap/root-app/kustomization.yaml index bf3a5a39..fc1c199a 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