X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=kubernetes%2Fdmaap%2Fcomponents%2Fdmaap-strimzi%2FMakefile;fp=kubernetes%2Fdmaap%2Fcomponents%2Fmessage-router%2Fcomponents%2FMakefile;h=51d7de122c8a87a8e68dedaff744fb08b60cd0b1;hb=fe8f8c978531018c4275aa4f7dfb6af58ff90483;hp=f4c9784bc42bcb87f11d51bea9d8691b613e59e8;hpb=145f52d1f9d06dd4f03fb19e579addeca82cec14;p=oom.git diff --git a/kubernetes/dmaap/components/message-router/components/Makefile b/kubernetes/dmaap/components/dmaap-strimzi/Makefile similarity index 94% rename from kubernetes/dmaap/components/message-router/components/Makefile rename to kubernetes/dmaap/components/dmaap-strimzi/Makefile index f4c9784bc4..51d7de122c 100644 --- a/kubernetes/dmaap/components/message-router/components/Makefile +++ b/kubernetes/dmaap/components/dmaap-strimzi/Makefile @@ -13,11 +13,11 @@ # limitations under the License. ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) -OUTPUT_DIR := $(ROOT_DIR)/../../dist +OUTPUT_DIR := $(ROOT_DIR)/../dist PACKAGE_DIR := $(OUTPUT_DIR)/packages SECRET_DIR := $(OUTPUT_DIR)/secrets -EXCLUDES := +EXCLUDES := dist resources templates charts docker HELM_BIN := helm HELM_CHARTS := $(filter-out $(EXCLUDES), $(sort $(patsubst %/.,%,$(wildcard */.))))