aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cds/components/Makefile
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2021-03-09 17:50:29 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-09 17:50:29 +0000
commit3dabd570ce208b6fa4660de92061587e0fc129f8 (patch)
tree04134bcd93641307ac867aff5d7935a18844fbdc /kubernetes/cds/components/Makefile
parent966a3bfc72c64ebdc4bad6a9c0412d1efcd30e32 (diff)
parent1d7647e027a74726e2ce0dea3e0c24933a38a9de (diff)
Merge "[CDS] Retrieve certificates automatically"
Diffstat (limited to 'kubernetes/cds/components/Makefile')
-rw-r--r--kubernetes/cds/components/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/cds/components/Makefile b/kubernetes/cds/components/Makefile
index f2e7a1fb82..bf267b7720 100644
--- a/kubernetes/cds/components/Makefile
+++ b/kubernetes/cds/components/Makefile
@@ -17,9 +17,9 @@ OUTPUT_DIR := $(ROOT_DIR)/../../dist
PACKAGE_DIR := $(OUTPUT_DIR)/packages
SECRET_DIR := $(OUTPUT_DIR)/secrets
-EXCLUDES := soHelpers
+EXCLUDES :=
HELM_BIN := helm
-HELM_CHARTS := soHelpers $(filter-out $(EXCLUDES), $(sort $(patsubst %/.,%,$(wildcard */.))))
+HELM_CHARTS := $(filter-out $(EXCLUDES), $(sort $(patsubst %/.,%,$(wildcard */.))))
.PHONY: $(EXCLUDES) $(HELM_CHARTS)