Neo4j 4.4.18 Kubernetes permission issue

I'm trying to install Neo4j on gcp with kubernetes, i did it multiple times before with success, but now I have these kind of permissions issues all over the place when I execute:

command:

helm install neo4j-release neo4j/neo4j-standalone -f neo4j.values.yaml

error:

Folder /logs is not accessible for user: 7474 or group 7474 or groups 7474, this is commonly a file permissions issue on the mounted folder.

I attached my yalm file,
neo4j.values.yaml.txt (2.0 KB)