templates/ressource-template/skeleton/catalog-info.yaml aktualisiert

This commit is contained in:
lars 2026-03-07 07:59:09 +00:00
parent b5f790556a
commit 43bc60cba3
1 changed files with 2 additions and 1 deletions

View File

@ -4,8 +4,9 @@ metadata:
name: ${{ values.name }} name: ${{ values.name }}
description: ${{ values.description }} description: ${{ values.description }}
annotations: annotations:
# Verknüpfung zur NetBox Kachel
netbox.com/device-name: ${{ values.netbox_name }} netbox.com/device-name: ${{ values.netbox_name }}
# Wichtig für TechDocs im selben Verzeichnis
backstage.io/techdocs-ref: dir:.
spec: spec:
type: physical-server type: physical-server
owner: ${{ values.owner }} owner: ${{ values.owner }}