Hi there, I have a question about the documentatio...
# troubleshoot
c
Hi there, I have a question about the documentation. More specifically, I am trying to follow up on removing the dependency of Neo4j (because apparently there is no image for the new M1 Macbooks available). In the documentation of the deployment of DataHub on Kubernetes, it is stated: "The dependencies must be deployed before deploying Datahub. We created a separate chart for deploying the dependencies with example configuration. They could also be deployed separately on-prem or leveraged as managed services. To remove your dependency on Neo4j, set enabled to false in the values.yaml for prerequisites. Then, override the
graph_service_impl
field in the values.yaml of datahub instead of
neo4j
." I was wondering what exactly I have to do to "override `graph_service_impl`" in the values.yaml file of datahub. Could you help me out here? Thank you so much 😇
b
hey nils! great questions as that's not very obvious. I believe since you don't want neo4j, the other option for a graph sercice is elasticsearch. so to override you could put
elasticsearch
there instead of
neo4j
!
c
Ah I see. Thank you, I will try that today 🎉
👍 1