From f271757e4d30737a372a0790526df661050cac74 Mon Sep 17 00:00:00 2001 From: sadarunnisa-sf Date: Thu, 9 May 2024 13:06:07 +0530 Subject: [PATCH] ARC-102-Task Activity Page No Longer Shows Correct Links --- templates/api-gw-lambda.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/templates/api-gw-lambda.yaml b/templates/api-gw-lambda.yaml index 030c8c0..496d091 100644 --- a/templates/api-gw-lambda.yaml +++ b/templates/api-gw-lambda.yaml @@ -68,5 +68,11 @@ spec: catalogInfoPath: "/catalog-info.yaml" output: + links: + - title: Repository + url: ${{ steps.publish.output.remoteUrl }} + - title: Open in catalog + icon: catalog + entityRef: ${{ steps.register.output.entityRef }} remoteUrl: ${{ steps.publish.output.remoteUrl }} entityRef: ${{ steps.register.output.entityRef }}