khuedoan-homelab/apps/Makefile

10 lines
214 B
Makefile
Raw Normal View History

2021-04-25 12:30:33 +07:00
.POSIX:
default: apply
apply:
2021-05-01 23:12:43 +07:00
kubectl --kubeconfig ../infra/kube_config.yaml --namespace argocd apply --filename .
2021-04-25 12:30:33 +07:00
delete:
2021-05-01 23:12:43 +07:00
kubectl --kubeconfig ../infra/kube_config.yaml --namespace argocd delete --filename .