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 }}