helm/helm-2to3

Random Error: found '$CHART, expected: ',' or 'end of string' Error: plugin "2to3" exited with error

rchenzheng opened this issue · 1 comments

I've been trying to upgrade to helm3 and every once in a while I run into expected: ',' or 'end of string'

Error: found 'dashboard-chart', expected: ',' or 'end of string'
Error: plugin "2to3" exited with error

HELM2 2.13.1 and HELM 3.3.4

After 30 min or so, it starts working again, not sure what's causing this

Looks like I was doing something silly in my shell script. My array was of single element and failing to process it.