fix(bootstrap): hot fix bootstrap not progressing

This commit is contained in:
Khue Doan 2021-11-26 12:01:50 +07:00
parent 38cacd468f
commit 2111a2eb93
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ argocd:
.PHONY: root-app
root-app:
kubectl apply -f root-app/applicationsets/bootstrap.yaml
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