adamant-kilobyte-90981
03/22/2022, 4:48 PMError: UPGRADE FAILED: error validating "": error validating data: [ValidationError(Ingress.spec.rules[0].http.paths[0].backend.service.port.number): invalid type for io.k8s.api.networking.v1.ServiceBackendPort.number: got "string", expected "integer", ValidationError(Ingress.spec.rules[0].http.paths[0].backend.service): missing required field "name" in io.k8s.api.networking.v1.IngressServiceBackend]
We copied the ingress portion from the values.yml in this section: https://datahubproject.io/docs/deploy/aws#expose-endpoints-using-a-load-balancer
Anyone run into this or know a solution?incalculable-ocean-74010
03/22/2022, 6:21 PMrapid-sundown-8805
03/22/2022, 10:47 PMvalues.yaml. You can try it out locally with helm install --dry-run and see if you can tweak your values so that there are no validation errors. Or even just helm template to begin with to see what comes out on the other side.adamant-kilobyte-90981
03/23/2022, 4:25 PMredirectPath part in while removing the other SSL parts. All good now.