chore: reworking entityLinks

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-08 15:03:50 +01:00
parent 8122e27717
commit 55999e8268
3 changed files with 8 additions and 4 deletions
@@ -121,7 +121,7 @@ spec:
input:
allowedHosts:
- github.com
description: This is {{ parameters.name }}
description: This is ${{ parameters.name }}
repoUrl: ${{ parameters.repoUrl }}
- id: register
@@ -198,7 +198,7 @@ spec:
input:
allowedHosts:
- github.com
description: This is {{ parameters.name }}
description: This is ${{ parameters.name }}
repoUrl: ${{ parameters.repoUrl }}
- id: register
@@ -74,5 +74,9 @@ spec:
catalogInfoPath: '/catalog-info.yaml'
output:
remoteUrl: ${{ steps.publish.output.remoteUrl }}
entityRef: ${{ steps.register.output.entityRef }}
links:
- title: Repository
url: ${{ steps.publish.output.remoteUrl }}
- title: Open in catalog
icon: catalog
entityRef: ${{ steps.register.output.entityRef }}