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
I expect the chart to install, but it fails with message:
Error: INSTALLATION FAILED: 1 error occurred:
* Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal bool into
Go struct field ObjectMeta.spec.template.metadata.annotations of type string
Attempt
helm install --namespace openfaas --version 14.1.17 openfaas openfaas/openfaas
fails.
Expected Behaviour
I expect the chart to install, but it fails with message:
List All Possible Solutions and Workarounds
Add quotes to the value of the annotation (in this case "false") in file:
https://github.com/openfaas/faas-netes/blob/master/chart/openfaas/templates/nats-dep.yaml (line 21)
The text was updated successfully, but these errors were encountered: