Add Makefile option to skip lining of helm charts 44/102144/1
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 21 Feb 2020 12:50:42 +0000 (13:50 +0100)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 21 Feb 2020 12:50:42 +0000 (13:50 +0100)
commit2d35b23f71670c54e4f12eaeb53466b657347818
tree8267c75eb2c1708321c2bb16f674c37bfde2201f
parent4426e3005c0f676ed289dcdbb7829414cc4a330f
Add Makefile option to skip lining of helm charts

For some reason after introducing our awesome templates to ONAP make
command can take now quite a lot of time, which sometimes causes out
CI jobs to fail.

Command that takes so much time is helm lint.
This patch adds a Makefile option that allows you to skip linting of
helm charts and just build them. Example:

make SKIP_LINT=TRUE

Default behavior stays unchanged.

Issue-ID: OOM-2055
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ic50bad0cc82892e1daecc5761d6144d788a79d9f
kubernetes/Makefile