summaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2020-08-18 14:54:41 +0200
committerLukasz Rajewski <lukasz.rajewski@orange.com>2020-08-19 09:52:08 +0200
commit966ab94e82550f8d821651f9f2741914589a8bdd (patch)
treeaae536d9a27e2b3bc03f99f64f829b9e4f3e03e5 /kubernetes/multicloud
parent62edc397ec7d01e4ddaf007bf61897f21df518a0 (diff)
[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 <lukasz.rajewski@orange.com> Change-Id: I15b75f0659b5ab2d0cbfbf6dd30066ebd87e9806
Diffstat (limited to 'kubernetes/multicloud')
-rw-r--r--kubernetes/multicloud/charts/multicloud-k8s/resources/config/config.json3
1 files changed, 2 insertions, 1 deletions
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",