Hello,
I deployed Neo4j 3.5 in a kubernetes cluster by using an helm chart.
I would like to enter a configuration for core cluster members using a custom configMap.
Here is my YAML file for helm:
acceptLicenseAgreement: "yes"
neo4jPassword: "..."
im...