Hey! I'm trying to setup a metaflow-service and metaflow-ui in AWS EKS using the helm chart:
https://github.com/outerbounds/metaflow-tools/tree/master/k8s/helm/metaflow
Things are working except my helm release does not create a metaflow tls secret, that the UI can use.
We have a cert-manager running in the cluster as well. Is there any way to make the metaflow-ui helm chart use cert-manager to create a certificate, so I can access the host
<https://metaflow.XXX/>
without certificate problems?