Redis bitnami Helm Chart FAILED statefulset.yaml nil pointer evaluating interface {}.BasePath

9/20/2021

I am very new to Kubernetes and cant seem to fix this issue. I am trying to install bitnami/redis helm chart but receive the following error:

Error: INSTALLATION FAILED: template: redis/templates/replicas/statefulset.yaml:40:44: executing "redis/templates/replicas/statefulset.yaml" at <$.Template.BasePath>: nil pointer evaluating interface {}.BasePath

This is the statefulset.yaml section 40:44 statefulset.yaml

what am I supposed to change to fix this? sorry if this is super easy but I'm only new.

Steps. 1. $ helm repo add bitnami https://charts.bitnami.com/bitnami 2. $ helm install redis bitnami/redis

I used default values files. I have minikube installed on my Linux centOS8 VM.

-- haz
base-path
bitnami
kubernetes
kubernetes-statefulset
redis

0 Answers