khuedoan-homelab/bootstrap/Makefile
2021-12-27 18:23:58 +07:00

17 lines
268 B
Makefile

.POSIX:
.EXPORT_ALL_VARIABLES:
KUBECONFIG = ../metal/kubeconfig.yaml
default: namespace apply
charts: Chart.yaml
helm dependency update
namespace:
kubectl create namespace argocd --dry-run=client --output=yaml \
| kubectl apply -f -
apply: charts
./apply.sh