diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-08-25 11:49:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-25 11:49:12 +0000 |
commit | 2c34efdabe85eb4a1787b8561aad7211d3460e38 (patch) | |
tree | 18e7323bcf0271b4befcb2606aa2a5994d7df18d /kubernetes | |
parent | 0b304e82a4d2c675d04032de1cac99323c8e8315 (diff) | |
parent | 966ab94e82550f8d821651f9f2741914589a8bdd (diff) |
Merge "[MULTICLOUD] HELM artifact added to the artifactbroker config"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/multicloud/charts/multicloud-k8s/resources/config/config.json | 3 |
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", |