From 39a595cdaad85e95fddcafdda349cbb99cbd09d8 Mon Sep 17 00:00:00 2001 From: Taras Date: Thu, 31 Mar 2022 10:38:25 -0400 Subject: [PATCH] Added relationship between artist components Signed-off-by: Taras --- .../examples/components/artist-lookup-component.yaml | 2 ++ .../catalog-model/examples/components/www-artist-component.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/catalog-model/examples/components/artist-lookup-component.yaml b/packages/catalog-model/examples/components/artist-lookup-component.yaml index 88fd33ac0d..1293c0fda5 100644 --- a/packages/catalog-model/examples/components/artist-lookup-component.yaml +++ b/packages/catalog-model/examples/components/artist-lookup-component.yaml @@ -34,3 +34,5 @@ spec: owner: team-a system: artist-engagement-portal dependsOn: ['resource:artists-db'] + apiConsumedBy: ['component:www-artist'] + diff --git a/packages/catalog-model/examples/components/www-artist-component.yaml b/packages/catalog-model/examples/components/www-artist-component.yaml index 3acb6fc6a6..38d2ddd4d6 100644 --- a/packages/catalog-model/examples/components/www-artist-component.yaml +++ b/packages/catalog-model/examples/components/www-artist-component.yaml @@ -8,3 +8,5 @@ spec: lifecycle: production owner: team-a system: artist-engagement-portal + consumesApis: ['component:artist-lookup'] +