diff --git a/scaffolder-templates/microservice-repo-bootstrap/template.yaml b/scaffolder-templates/microservice-repo-bootstrap/template.yaml index 820af71..b7817a2 100644 --- a/scaffolder-templates/microservice-repo-bootstrap/template.yaml +++ b/scaffolder-templates/microservice-repo-bootstrap/template.yaml @@ -195,5 +195,11 @@ spec: optional: true 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 }}