diff options
author | Jakub Latusek <jk.latusek@gmail.com> | 2020-12-09 10:25:51 +0100 |
---|---|---|
committer | Jakub Latusek <j.latusek@samsung.com> | 2020-12-09 10:25:51 +0100 |
commit | 3b545ad7a04e03bbd8a1bc066c00f39a507890f7 (patch) | |
tree | 2e3bc0b21feaae4747e754e551e86ded2ab84a7b /kubernetes | |
parent | 208c952967efcd791eb0ffc5432c92284bc5c881 (diff) |
[CDS] Fix wrong requirement name
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I36ff2d814028534ba69547ec1c6c7a3d96dc4617
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/cds/requirements.yaml | 2 |
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 |