DEV Community

Discussion on: Running a Node.js app with Docker, Kubernetes, and Minikube

Collapse
 
fmaxx profile image
Maxim Firsov

Hello! Thank you for the article, but I've got:

helm install node-app
Error: render error in "node-app/templates/serviceaccount.yaml": template: node-app/templates/serviceaccount.yaml:1:14: executing "node-app/templates/serviceaccount.yaml" at <.Values.serviceAccount.create>: nil pointer evaluating interface {}.create

minikube version: v1.5.0
Helm: v2.15.1

Maybe do you know how to fix that?