We are deploying Neo4j 5.8 Version using helm chart, and trying to inject the environment variable
dbms.security.procedures.unrestricted=jwt.security.*,apoc.*
Even we tried to inject the below environment variable also.
NEO4J_dbms_security_procedures_unrestricted=jwt.security.*,apoc.*
But neo4j is not taking this configuration. is there anything we are missing ?? Please help