Hi Team!
I have a question about deploying Kubernetes Helm for DataHub.
According to the deployment guide, we deploy Helm in two stages.
Deploy datahub-prerequisites to install external dependencies and then deploy the service.
Since I use all of AWS’s RDS, ES, and MSK, I do not use es, rds, or kafka, which are distributed as prerequisites. So, I can proceed with the deployment by setting enable to false, but I wonder if I need to do the prerequisites step even if I don’t use all the external dependency services written in the prerequisites value.