FIXED helm install — error calling eq: incompatible types for comparison
helm install /abc/xyz/abc.yaml –timeout 15m –debug
install.go:178: [debug] Original chart version: “”
install.go:199: [debug] CHART PATH: /abc/xyz/zzzzzz-22.11.0+49.tgz
Error: INSTALLATION FAILED: template:abc.yaml:217:110: executing “abc.yaml” at : error calling eq: incompatible types for comparison
helm.go:88: [debug] template: abc.yaml:217:110: executing “abc.yaml” at : error calling eq: incompatible types for comparison
INSTALLATION FAILED
There is issue with helm version 3.7.0 or GoVersion go1.16.8 so upgrade the version it will solve the issue.
while compare the nil with string or text it gives error in this verison.