Merge "Allow to package charts in specified directory"
This commit is contained in:
commit
cac86d1809
4
Makefile
4
Makefile
@ -20,6 +20,10 @@ ifdef VERSION
|
||||
PKG_ARGS += --version $(VERSION)
|
||||
endif
|
||||
|
||||
ifdef PACKAGE_DIR
|
||||
PKG_ARGS += --destination $(PACKAGE_DIR)
|
||||
endif
|
||||
|
||||
EXCLUDES := helm-toolkit doc tests tools logs tmp roles playbooks releasenotes zuul.d
|
||||
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user