[CDS] Fix wrong requirement name
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I36ff2d814028534ba69547ec1c6c7a3d96dc4617
Issue-ID: OOM-2562
diff --git a/kubernetes/cds/requirements.yaml b/kubernetes/cds/requirements.yaml
index 214999b..429b109 100644
--- a/kubernetes/cds/requirements.yaml
+++ b/kubernetes/cds/requirements.yaml
@@ -24,7 +24,7 @@
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