diff --git a/charts/prerequisites/values.yaml b/charts/prerequisites/values.yaml index c6e6a8272..75edc8450 100644 --- a/charts/prerequisites/values.yaml +++ b/charts/prerequisites/values.yaml @@ -84,7 +84,7 @@ neo4j: acceptLicenseAgreement: "yes" defaultDatabase: "graph.db" password: "datahub" - # For better security, add password to neo4j-secrets k8s secret with neo4j-username neo4j-passwordn and NEO4J_AUTH and uncomment below + # For better security, add password to neo4j-secrets k8s secret with: neo4j-username, neo4j-password, and NEO4J_AUTH then uncomment below # NEO4J_AUTH: should be composed like so: {Username}/{Password} # passwordFromSecret: neo4j-secrets