learn-helm/justfile
Waylon S. Walker fddad41456 init
2024-09-23 10:06:32 -05:00

10 lines
303 B
Makefile

default:
@just --choose
start-kind:
kind create cluster --name learn-helm --config kind-config.yaml
install-argo:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl get pods -n argocd