Closed miki725 closed 1 year ago
minikube@earth ~> cat values.yml ingress: enabled: true host: "test" minikube@earth ~> helm upgrade -f values.yml my-backstage backstage/backstage W1209 12:51:58.794453 34716 warnings.go:70] unknown field "spec:rules" Error: UPGRADE FAILED: failed to create resource: Ingress.extensions "my-backstage" is invalid: spec: Invalid value: []networking.IngressRule(nil): either `defaultBackend` or `rules` must be specified
just trying to test a local deployment and coming across ingress configuration issue. not quite sure how to resolve it. any guidance?
Its caused by the {{- end -}} on ingress line 28, patch inbound. For now you can if you need to use a version prior to 0.6.0 until 0.6.2 or greater is out
just trying to test a local deployment and coming across ingress configuration issue. not quite sure how to resolve it. any guidance?