rror: 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:
Copy code
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.
t
thankful-minister-83577
06/27/2022, 4:05 PM
@faint-gpu-25916 any idea about this?
f
faint-gpu-25916
06/27/2022, 6:50 PM
@quaint-byte-23550 , we are looking at this now and will get back to you shortly.
q
quaint-byte-23550
06/27/2022, 10:17 PM
Thanks Brian!
f
faint-gpu-25916
06/30/2022, 2:26 PM
@quaint-byte-23550 sorry for the delay in responding. This looks to be a problem with the documentation. To fix the problem you will need to uncomment and update