Neo4j password in values.yaml not getting read

Hi,

I am trying to install neo4j 4.4.5 enterprise with just 1 core node. I am setting neo4j passwrd in values.yaml. I see k8s secret created in the cluster. But when the container is starting up i see below error in the pod logs.

Starting Neo4j CORE  on 
neo4j/ is invalid
Invalid value for NEO4J_AUTH: 'neo4j/'

It is not taking the passowrd from the secret and pod is failing to start. I ran it on other k8s cluster it worked fine. Any feedback?

Thanks