From 966ab94e82550f8d821651f9f2741914589a8bdd Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Tue, 18 Aug 2020 14:54:41 +0200 Subject: [PATCH] [MULTICLOUD] HELM artifact added to the artifactbroker config HELM artifact type has been added to the artifactbroker of multicloud-k8s plugin. In consequence, artifactbroker will have ability to read the distributed from SDC artifact of new HELM type on which basis RB Definition in k8s plugin will be created. Issue-ID: MULTICLOUD-1120 Signed-off-by: Lukasz Rajewski Change-Id: I15b75f0659b5ab2d0cbfbf6dd30066ebd87e9806 --- .../multicloud/charts/multicloud-k8s/resources/config/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubernetes/multicloud/charts/multicloud-k8s/resources/config/config.json b/kubernetes/multicloud/charts/multicloud-k8s/resources/config/config.json index 27df701b80..2ce2d8564b 100644 --- a/kubernetes/multicloud/charts/multicloud-k8s/resources/config/config.json +++ b/kubernetes/multicloud/charts/multicloud-k8s/resources/config/config.json @@ -45,7 +45,8 @@ "HEAT_VOL", "OTHER", "VF_MODULES_METADATA", - "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT" + "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", + "HELM" ], "consumerGroup": "multicloud-k8s-group", "environmentName": "AUTO", -- 2.16.6