Skip to content

Commit

Permalink
add links for catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Den4200 authored Apr 14, 2024
1 parent ee7bfab commit d4eb75f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ metadata:
annotations:
backstage.io/techdocs-ref: dir:.
grafana/overview-dashboard: https://grafana.local.lan.vernal.dev/d/_KEgCD1Gz/kubernetes?orgId=1
links:
{% for component in values.components %}
- title: ${{ component }}
url: ${{ component }}-${{ values.name }}-${{ values.owner | replace(":", "-") | replace("/", "-") }}-app.local.lan.vernal.dev
{% endfor %}
spec:
type: service
owner: ${{ values.owner | dump }}
Expand Down

0 comments on commit d4eb75f

Please sign in to comment.