I am using neo4j-helm to run neo4j in stand alone mode and everything is working as expected. but to use triggers I need to change the $NEO4J_HOME/conf/neo4j.conf
.
I tried running
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 --set apoc.trigger.enabled=true -f values.yml
but it's not working.