Dbms.security.procedures.unrestricted not able to set using environment variable

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

I think you may need '*' symbols.

NEO4J_dbms_security_procedures_unrestricted=jwt.security.*,apoc.*

Yes I forgot to mentioned that but we are updating like this only

NEO4J_dbms_security_procedures_unrestricted=jwt.security.*,apoc.*

Its working fine for me, by adding unrestricted procedure in neo4j helm chart values.yaml config section.