Closed derekschultz closed 6 years ago
Er, something changed in the latest Helm cli (2.8.0) causing lint to fail.
helm lint --strict fn
==> Linting fn
[ERROR] templates/: render error in "fn/templates/ui-service.yaml": template: fn/templates/_helpers.tpl:14:40: executing "fullname" at <.Values.nameOverride>: map has no entry for key "nameOverride"
Error: 1 chart(s) linted, 1 chart(s) failed
Will look into this tomorrow.
I iterated through every chart in kubernetes/charts with helm lint
and all fail when using --strict
. I think it's safe to just run the plain ol' lint, so I've removed --strict
from the CI test.
Reverted removal of --strict
flag on lint. Will merge https://github.com/fnproject/fn-helm/pull/16 and rebase.
Rebased after @jan-g resolved lint error.
4000
to80
FN_PORT
->PORT
values.yaml
(which they are by default, but meh, probably good practice)