Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 264 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 264 Bytes

Test the helmchart with kind

cd helm
kind delete cluster || :
kind create cluster
helm dependency update
kubectl create ns imalive
helm template . --values values.yaml --namespace imalive | kubectl -n imalive apply -f -
kubectl -n imalive get pods