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 😇