mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Add phony to bootstrap make targets
This commit is contained in:
parent
c4e93bde01
commit
bc8533027b
@ -5,9 +5,11 @@ KUBECONFIG = ../cluster/kubeconfig.yaml
|
||||
|
||||
default: argocd root-app
|
||||
|
||||
.PHONY: argocd
|
||||
argocd:
|
||||
kustomize build ./system/argocd | kubectl apply -f -
|
||||
# TODO wait for argocd
|
||||
|
||||
.PHONY: root-app
|
||||
root-app:
|
||||
kustomize build ./system/root-app | kubectl apply -f -
|
||||
|
Loading…
Reference in New Issue
Block a user