From 1a2741036b555ad4f9bc114fba14302a8f07678b Mon Sep 17 00:00:00 2001 From: Patrick Carlson Date: Fri, 18 Oct 2024 13:32:35 -0500 Subject: [PATCH] docs: fix comment referencing secrets to create (#501) --- charts/prerequisites/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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