You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to deploy the chart when not overriding the values.
> helm template knative-operator https://github.com/knative/operator/releases/download/knative-v1.17.0/knative-operator-v1.17.0.tgz
Error: YAML parse error on knative-operator/templates/operator.yaml: error converting YAML to JSON: yaml: line 40: did not find expected key
Use --debug flag to render out invalid YAML
Expected behavior
Chart should render with no errors
To Reproduce
See above
Knative release version
1.17.0
Additional context
Passing the following values to the helm template works (essentially the 1.16.x chart equivalent)
Describe the bug
Unable to deploy the chart when not overriding the values.
> helm template knative-operator https://github.com/knative/operator/releases/download/knative-v1.17.0/knative-operator-v1.17.0.tgz Error: YAML parse error on knative-operator/templates/operator.yaml: error converting YAML to JSON: yaml: line 40: did not find expected key Use --debug flag to render out invalid YAML
Expected behavior
Chart should render with no errors
To Reproduce
See above
Knative release version
1.17.0
Additional context
Passing the following values to the helm template works (essentially the 1.16.x chart equivalent)
The text was updated successfully, but these errors were encountered: