Add helm plugins to public helm repo 76/73576/2
authorMike Elliott <mike.elliott@amdocs.com>
Mon, 26 Nov 2018 21:41:54 +0000 (16:41 -0500)
committerMike Elliott <mike.elliott@amdocs.com>
Mon, 26 Nov 2018 21:46:20 +0000 (16:46 -0500)
Needed to document the ability to add helm plugins via
remote public helm repo.

Change-Id: Iae1a67c2e0e2c7d79629a05e395975a51ed0d896
Issue-ID: OOM-1497
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
kubernetes/Makefile

index 7b19e6e..fa63bd8 100644 (file)
@@ -25,7 +25,7 @@ HELM_CHARTS := $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.))) $(PA
 
 .PHONY: $(EXCLUDES) $(HELM_CHARTS)
 
-all: $(COMMON_CHARTS_DIR) $(HELM_CHARTS)
+all: $(COMMON_CHARTS_DIR) $(HELM_CHARTS) plugins
 
 $(COMMON_CHARTS):
        @echo "\n[$@]"
@@ -54,6 +54,10 @@ clean:
        @find . -type f -name '*.tgz' -delete
        @rm -rf $(PACKAGE_DIR)/*
 
+# publish helm plugins via distrubtion directory
+plugins:
+       @cp -R helm $(PACKAGE_DIR)/
+
 # start up a local helm repo to serve up helm chart packages
 repo:
        @mkdir -p $(PACKAGE_DIR)