mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Fix wrong kustomize path
This commit is contained in:
parent
bc8533027b
commit
1405fa046b
@ -7,9 +7,9 @@ default: argocd root-app
|
||||
|
||||
.PHONY: argocd
|
||||
argocd:
|
||||
kustomize build ./system/argocd | kubectl apply -f -
|
||||
kustomize build ./argocd | kubectl apply -f -
|
||||
# TODO wait for argocd
|
||||
|
||||
.PHONY: root-app
|
||||
root-app:
|
||||
kustomize build ./system/root-app | kubectl apply -f -
|
||||
kustomize build ./root-app | kubectl apply -f -
|
||||
|
Loading…
Reference in New Issue
Block a user