- install openfaas with my fork
kubectl apply -f https://raw.githubusercontent.com/openfaas/faas-netes/master/namespaces.yml
helm upgrade openfaas --install openfaas/openfaas \
--namespace openfaas \
--set basic_auth=true \
--set faasnetesd.image=theaxer/faas-netes:logger \
--set faasnetesd.imagePullPolicy=IfNotPresent \