You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to deploy this chart to Kubernetes, I get an error:
Error: unable to build kubernetes objects from release manifest:
error validating "": error validating data: [
ValidationError(Ingress.spec.rules[0].http.paths[0].backend): unknown field "serviceName" in io.k8s.api.networking.v1.IngressBackend,
ValidationError(Ingress.spec.rules[0].http.paths[0].backend): unknown field "servicePort" in io.k8s.api.networking.v1.IngressBackend,
ValidationError(Ingress.spec.rules[0].http.paths[0]): missing required field "pathType" in io.k8s.api.networking.v1.HTTPIngressPath
]
It seems to be the case that this chart hasn't been updated for Kubernetes 1.2x.x yet.
The text was updated successfully, but these errors were encountered:
When trying to deploy this chart to Kubernetes, I get an error:
It seems to be the case that this chart hasn't been updated for Kubernetes 1.2x.x yet.
The text was updated successfully, but these errors were encountered: