Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
miki725 opened this issue Dec 9, 2022 · 1 comment · Fixed by #22
Closed

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

miki725 opened this issue Dec 9, 2022 · 1 comment · Fixed by #22

Comments

@miki725
Copy link

miki725 commented Dec 9, 2022

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
Copy link
Contributor

JoshuaJackson-jobvite commented Dec 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants