You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
helm install mygraph https://github.com/neo4j-contrib/neo4j-helm/releases/download/4.3.2-1/neo4j-4.3.2-1.tgz --set core.standalone=true --set acceptLicenseAgreement=yes --set neo4jPassword=mySecretPassword -f values.yml
CALL apoc.trigger.list()
Expected behavior
Should return an empty list in neo4j browser.
The text was updated successfully, but these errors were encountered: