-
-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
Description
Describe the bug
when using chart in terraform with helm_release, it is showing error.
To Reproduce
Steps to reproduce the behavior:
- in terraform, create helm_release with chart version
6.14.0 - use simple service and httpRoute (without rules) [values using
yamlencode] - try terraform apply
Expected behavior
it should apply terraform without any error and should pick correct port in httpRoute from service.
Actual behavior
throwing error --
Error: cannot patch "helm-release-name" with kind HTTPRoute: HTTPRoute.gateway.networking.k8s.io "helm-release-name" is invalid: [spec.rules[0].backendRefs[0].port: Invalid value: "string": spec.rules[0].backendRefs[0].port in body must be of type integer: "string", : Invalid value: null: some validation rules were not checked because the object was invalid; correct the existing errors to complete validation]
Reactions are currently unavailable