refactor(bootstrap): move bootstrap ApplicationSet back to root

This commit is contained in:
Khue Doan 2021-12-17 07:53:05 +07:00
parent a9f8adf746
commit 11e1722529
4 changed files with 6 additions and 2 deletions

View File

@ -3,8 +3,12 @@
KUBECONFIG = ../metal/kubeconfig.yaml
default: argocd
default: argocd root
.PHONY: argocd
argocd:
kustomize build ./argocd | kubectl apply -f -
.PHONY: root
root:
kustomize build ./root | kubectl apply -f -

View File

@ -6,7 +6,6 @@ resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.2.0-rc1/manifests/install.yaml # TODO switch back to stable
- https://raw.githubusercontent.com/argoproj-labs/applicationset/master/manifests/install.yaml # TODO switch back to stable
- ingress.yaml
- bootstrap.yaml
patches:
- path: argocd-server-deployment-patch.yaml

View File

@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- bootstrap.yaml
- system.yaml
- platform.yaml
- apps.yaml