From 5337bb6451634a5df0dc2068b9a37327b661966e Mon Sep 17 00:00:00 2001 From: "Igor D.C" Date: Wed, 30 Sep 2020 17:34:28 +0000 Subject: Add DCM to Helm deployment folder Also add DCM to cleanup-emco.sh. Issue-ID: MULTICLOUD-1143 Change-Id: I2496c1fef2e2588c1c8e750105568afc210d54c3 Signed-off-by: Igor D.C --- deployments/helm/v2/emco/emco-services/requirements.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'deployments/helm/v2/emco/emco-services/requirements.yaml') diff --git a/deployments/helm/v2/emco/emco-services/requirements.yaml b/deployments/helm/v2/emco/emco-services/requirements.yaml index 9cd7b475..dbb14661 100644 --- a/deployments/helm/v2/emco/emco-services/requirements.yaml +++ b/deployments/helm/v2/emco/emco-services/requirements.yaml @@ -31,3 +31,6 @@ dependencies: - name: ovnaction version: ~0.x-0 repository: '@local' + - name: dcm + version: ~0.x-0 + repository: '@local' -- cgit 1.2.3-korg