catalog-info.yaml file are also visible in the pull request view. For this to work, you need to add the pullRequestLinks attribute to the catalog-info.yaml file.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
catalog-info.yaml file are also visible in the pull request view. For this to work, you need to add the pullRequestLinks attribute to the catalog-info.yaml file.
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: artist-service
links:
- url: https://admin.example.com
title: Admin Dashboard
+ tentacle:
+ pullRequestLinks:
+ - url: https://dev.example.com
+ title: Dev instance
spec:
type: service
lifecycle: production
owner: team-awesome
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: artist-service
links:
- url: https://admin.example.com
title: Admin Dashboard
tentacle:
pullRequestLinks:
- url: https://dev.example.com
title: Dev instance
spec:
type: service
lifecycle: production
owner: team-awesome
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: artist-service
links:
- url: https://admin.example.com
title: Admin Dashboard
tentacle:
pullRequestLinks:
- url: https://dev.example.com
title: Dev instance
+ - title: Preview
+ url: https://preview-{% $pullrequest.number %}.dev.example.com
+ - title: JIRA {% $pullrequest.jira_prefix %}
+ url: https://jira.company.com/{% $pullrequest.jira_prefix %}
spec:
type: service
lifecycle: production
owner: team-awesome
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: artist-service
links:
- url: https://admin.example.com
title: Admin Dashboard
tentacle:
pullRequestLinks:
- url: https://dev.example.com
title: Dev instance
- title: Preview
url: https://preview-{% $pullrequest.number %}.dev.example.com
- title: JIRA {% $pullrequest.jira_prefix %}
url: https://jira.company.com/{% $pullrequest.jira_prefix %}
spec:
type: service
lifecycle: production
owner: team-awesome