Add phony to bootstrap make targets

This commit is contained in:
Khue Doan 2021-08-22 23:36:57 +07:00
parent c4e93bde01
commit bc8533027b

View File

@ -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 -