Skip to content

Commit

Permalink
fix(neo4j): enable APOC plugin (acryldata#353)
Browse files Browse the repository at this point in the history
* fix(neo4j): enable APOC plugin

* config: fix format of adding env var for neo4j

* config: update prerequisites chart version to 0.1.2
  • Loading branch information
lix-mms authored and dheerajrampally committed Oct 20, 2023
1 parent fe6f946 commit bcfe374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prerequisites/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for packages that Datahub depends on
type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.1
version: 0.1.2
dependencies:
- name: elasticsearch
version: 7.17.3
Expand Down
3 changes: 3 additions & 0 deletions charts/prerequisites/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ neo4j:
# dynamic:
# storageClassName: managed-csi-premium

env:
NEO4J_PLUGINS: '["apoc"]'

mysql:
enabled: true
auth:
Expand Down

0 comments on commit bcfe374

Please sign in to comment.