init
This commit is contained in:
commit
fddad41456
14 changed files with 576 additions and 0 deletions
10
justfile
Normal file
10
justfile
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue