aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-12-10 07:41:05 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-10 07:41:05 +0000
commit92abd28e06b8221e8ff3f0785c9702376010ad94 (patch)
treeef4516bb092acbe85598e4ddf0716aef32a9bec5
parentf4b744876493de5be5bc7c5c2885db1c3045878c (diff)
parent3b545ad7a04e03bbd8a1bc066c00f39a507890f7 (diff)
Merge "[CDS] Fix wrong requirement name"
-rw-r--r--kubernetes/cds/requirements.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cds/requirements.yaml b/kubernetes/cds/requirements.yaml
index 214999b93a..429b1097f9 100644
--- a/kubernetes/cds/requirements.yaml
+++ b/kubernetes/cds/requirements.yaml
@@ -24,7 +24,7 @@ dependencies:
version: ~7.x-0
repository: 'file://components/cds-blueprints-processor'
condition: cds-blueprints-processor.enabled
- - name: cds-blueprints-processor
+ - name: cds-command-executor
version: ~7.x-0
repository: 'file://components/cds-command-executor'
condition: cds-command-executor.enabled