Skip to content

Commit

Permalink
docs: fix comment referencing secrets to create (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsonp authored Oct 18, 2024
1 parent c7de787 commit 1a27410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prerequisites/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1a27410

Please sign in to comment.