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
but when running skaffold deploy I get the following error:
Error: UPGRADE FAILED: failed to create resource: Deployment in version "v1" cannot be handled as a Deployment: json: cannot unmarshal bool into Go struct field PodSpec.spec.template.spec.nodeSelector of type string
deploying "web-client": install: exit status 1
I've also tried using setValueTemplates, but the result is the same.
Is it possible to configure a map based value like nodeSelector through setValues or setValueTemplates? It works fine if I use valuesFiles and a seaprate values file, but I'd like to avoid that.
The text was updated successfully, but these errors were encountered:
I'm trying to set
nodeSelector
andtolerations
through thesetValues
andsetValueTemplates
configuration options, like this:but when running
skaffold deploy
I get the following error:I've also tried using
setValueTemplates
, but the result is the same.Is it possible to configure a map based value like
nodeSelector
throughsetValues
orsetValueTemplates
? It works fine if I usevaluesFiles
and a seaprate values file, but I'd like to avoid that.The text was updated successfully, but these errors were encountered: