quaint-byte-23550
06/23/2022, 9:43 PMrror: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(Ingress.spec.tls[0].hosts): unknown object type "nil" in Ingress.spec.tls[0].hosts[0]
When I render the template for helm I see:
tls:
- secretName: my-secret-name
hosts:
- null
Why is it generating this hosts as null? How can I override/correct this hosts as there is no option to do that in the values-eks.yaml.thankful-minister-83577
faint-gpu-25916
06/27/2022, 6:50 PMquaint-byte-23550
06/27/2022, 10:17 PMfaint-gpu-25916
06/30/2022, 2:26 PMhost
variable at https://github.com/flyteorg/flyte/blob/ca704e24daad628535a4414e0a7cb1164621105d/charts/flyte-core/values.yaml#L343
The host
values is the flyte FQDN. If you uncomment and update host
in values.yaml does it fix the problem and you are able to install flyte via helm3?