backstage / charts

Backstage Helm Charts
Apache License 2.0
140 stars 79 forks source link

with ingress fails to install chart due to invalid spec #21

Closed miki725 closed 1 year ago

miki725 commented 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?

JoshuaJackson-jobvite commented 1 year ago

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