Skip to content

Commit

Permalink
docs: add secret key information (acryldata#195)
Browse files Browse the repository at this point in the history
Added information about the key name in the secret, or it will fail like this:
Error: couldn't find key neo4j-password in Secret default/neo4j-secrets
  • Loading branch information
alvarogonzalez-packlink authored Nov 24, 2022
1 parent 5b36a16 commit dd6531f
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 @@ -47,7 +47,7 @@ neo4j-community:
enabled: true # set this to false, if you have a license for the enterprise edition
acceptLicenseAgreement: "yes"
defaultDatabase: "graph.db"
# For better security, add password to neo4j-secrets k8s secret and uncomment below
# For better security, add neo4j-secrets k8s secret with neo4j-password and uncomment below
existingPasswordSecret: neo4j-secrets

mysql:
Expand Down

0 comments on commit dd6531f

Please sign in to comment.