summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaemod/Makefile
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-07-08 06:25:55 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-08 06:25:55 +0000
commitb7b35a6627dc16a6a9ec0c8d4e2ca7d51e03d27f (patch)
tree1325ca207e43b99cb727d30866293004a3c3cf92 /kubernetes/dcaemod/Makefile
parent3dacfe66f9c3eb210a7f301d0e92883e1e4640d3 (diff)
parent8c3463edb61ff3dae46aab6ae6f4f0b4afe5cefd (diff)
Merge "[DCAE][DCAEMOD] Deploy R7 container images"
Diffstat (limited to 'kubernetes/dcaemod/Makefile')
-rw-r--r--kubernetes/dcaemod/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/dcaemod/Makefile b/kubernetes/dcaemod/Makefile
index b1e5a7355e..b7cf1a6963 100644
--- a/kubernetes/dcaemod/Makefile
+++ b/kubernetes/dcaemod/Makefile
@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-make-dcaemod: make-dcaemod-distributor-api make-dcaemod-genprocessor make-dcaemod-designtool make-dcaemod-onboarding-api make-dcaemod-runtime-api make-dcaemod-nifi-registry
+make-dcaemod: make-dcaemod-distributor-api make-dcaemod-genprocessor make-dcaemod-designtool make-dcaemod-onboarding-api make-dcaemod-runtime-api make-dcaemod-nifi-registry make-dcaemod-healthcheck
make-dcaemod-distributor-api:
cd components && helm dep up dcaemod-genprocessor && helm lint dcaemod-genprocessor
@@ -31,6 +31,9 @@ make-dcaemod-runtime-api:
make-dcaemod-nifi-registry:
cd components && helm dep up dcaemod-nifi-registry && helm lint dcaemod-nifi-registry
+make-dcaemod-healthcheck:
+ cd components && helm dep up dcaemod-healthcheck && helm lint dcaemod-healthcheck
+
clean:
@find . -type f -name '*.tgz' -delete
@find . -type f -name '*.lock' -delete