Open ashwin-ginoria opened 3 years ago
Try using environment variables:
remove the apoc config line in your yaml and add this at the end
env: { NEO4J_apoc_trigger_enabled: "true" }
It may also not work, i tried setting the apoc.import.file.enabled configuration using environment variables, i can see them in the neo4j.conf file when i exec into the pod, but neo4j browser says they are not enabled.
Describe the bug values.yaml unable to set apoc.trigger.enabled in neo4j.conf neo4j version 4.3.2 helm version v3.6.3 chart version 4.3.2-1
To Reproduce Steps to reproduce the behavior:
Neo4j configuration (yaml format)
config: apoc.trigger.enabled: "true" dbms.default_database: "neo4j" dbms.config.strict_validation: "true" dbms.connector.https.enabled: "true"