When I deploy a helm release, I always start with helm show values CHART > values.yaml then install with helm install -n mynamespace myrelease CHART -f val
helm show values CHART > values.yaml
helm install -n mynamespace myrelease CHART -f val