From: Krzysztof Opasiak Date: Wed, 13 Jan 2021 08:22:08 +0000 (+0000) Subject: Merge "[GLOBAL] Fix Makefile typo" into guilin X-Git-Tag: 7.0.1~26 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a9cdb59bd9907399984b9a4ee6bef792bfa9356f;hp=cf3084dfdef2452c4fda709e2c99ad48aab0f213;p=oom.git Merge "[GLOBAL] Fix Makefile typo" into guilin --- diff --git a/kubernetes/Makefile b/kubernetes/Makefile index 08b028afe1..170bbb0834 100644 --- a/kubernetes/Makefile +++ b/kubernetes/Makefile @@ -85,7 +85,7 @@ clean: # publish helm plugins via distrubtion directory plugins: - @cp -R $(HELM_BIN) $(PACKAGE_DIR)/ + @cp -R helm $(PACKAGE_DIR)/ # start up a local helm repo to serve up helm chart packages # WARNING: Only helm < v3 supported