I'm trying to build a set of OOM Helm charts (using make; make onap), but (after rebasing the changes I'm testing against the latest master branch), I'm getting an error when the common chart directory is linted: jfl@porthgain:~/tmp/oom/kubernetes$ make; make onap
[common] make[1]: Entering directory '/home/jfl/tmp/oom/kubernetes' make[2]: Entering directory '/home/jfl/tmp/oom/kubernetes/common' [common] make[3]: Entering directory '/home/jfl/tmp/oom/kubernetes/common' ==> Linting common [INFO] Chart.yaml: icon is recommended [ERROR] templates/: parse error in "common/templates/_pod.tpl": template: common/templates/_pod.tpl:27: unexpected "=" in operand Error: 1 chart(s) linted, 1 chart(s) failed Makefile:40: recipe for target 'lint-common' failed make[3]: *** [lint-common] Error 1 make[3]: Leaving directory '/home/jfl/tmp/oom/kubernetes/common' Makefile:30: recipe for target 'common' failed make[2]: *** [common] Error 2 make[2]: Leaving directory '/home/jfl/tmp/oom/kubernetes/common' Makefile:52: recipe for target 'make-common' failed make[1]: *** [make-common] Error 2 make[1]: Leaving directory '/home/jfl/tmp/oom/kubernetes' Makefile:36: recipe for target 'common' failed make: *** [common] Error 2 I see the same error if I simply go into oom/kubernetes/common/common (master branch) and run "helm lint". I'm wondering if there is something I need to update in my environment to get past this problem. Jack Lucas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19961): https://lists.onap.org/g/onap-discuss/message/19961 Mute This Topic: https://lists.onap.org/mt/71141197/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
