Hey! I'm trying to setup a metaflow-service and me...
# ask-metaflow
d
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?
1
a
I can say that typically we rely on ingress controller to handle SSL termination, eg ALB ingress, but that doesn't really answer your question i guess 🤔
d
I found a way to do it. Something was misconfigured with the
cert-manager
👌
👍 1
t
Hi @dry-nail-56592, could you share the values you passed to helm chart and did you modify your chart?