mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-09 20:30:04 +07:00
refactor(bootstrap): move bootstrap ApplicationSet back to root
This commit is contained in:
parent
a9f8adf746
commit
11e1722529
@ -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 -
|
||||
|
@ -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
|
||||
|
@ -2,6 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- bootstrap.yaml
|
||||
- system.yaml
|
||||
- platform.yaml
|
||||
- apps.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user