👋 I’m attempting to bring up the flyte-datacatalog to enable task caching for our users:
1. I can see that it needs s3 storage and an RDS instance — I started creating a separate RDS instance — but as I was looking through the helm config, it seems like its configured to use
the same instance as flyte admin. Is this the recommended approach or should I be using a separate RDS instance?
2. Additionally, is there more detailed documentation on installation/deployment steps for flyte data catalog? The readme is
a bit sparse 😅