If Certificate Manager has not yet been installed, install it before installing Featureform.
1
helm install certmgr jetstack/cert-manager \
2
--set installCRDs=true \
3
--version v1.8.0 \
4
--namespace cert-manager \
5
--create-namespace
Copied!
Featureform
Install Featureform with the desired domain name. Featureform will automatically provision the public TLS certificate when the specific domain name is routed to the Featureform loadbalancer.