Skip to content

Latest commit

 

History

History

helm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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