-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Describe the bug
It looks to me like this commit downgrades the ingress to v1beta1, but does not undo the field name changes from this commit. This results in the following error when applying:
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 "service" in io.k8s.api.networking.v1beta1.IngressBackend
Steps to reproduce the issue:
I am applying the helm chart via Terraform:
resource "helm_release" "thanos-operator" {
repository = "https://kubernetes-charts.banzaicloud.com"
chart = "thanos-operator"
name = "thanos"
namespace = "my-namespace"
values = [file("${path.module}/data/values.yaml")]
}
Setting ingress.enabled = true in values.yaml should trigger this bug.
Expected behavior
The ingress should be created.
Metadata
Metadata
Assignees
Labels
No labels