From: Jakub Latusek Date: Wed, 9 Dec 2020 09:25:51 +0000 (+0100) Subject: [CDS] Fix wrong requirement name X-Git-Tag: 8.0.0~193^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3b545ad7a04e03bbd8a1bc066c00f39a507890f7;p=oom.git [CDS] Fix wrong requirement name Signed-off-by: Jakub Latusek Change-Id: I36ff2d814028534ba69547ec1c6c7a3d96dc4617 Issue-ID: OOM-2562 --- 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