templates/ressource-template/skeleton/catalog-info.yaml hinzugefügt

This commit is contained in:
lars 2026-03-07 07:47:24 +00:00
parent 78a840d105
commit d4fa4fb425
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: ${{ values.name }}
description: ${{ values.description }}
annotations:
# Verknüpfung zur NetBox Kachel
netbox.com/device-name: ${{ values.netbox_name }}
spec:
type: physical-server
owner: ${{ values.owner }}
system: ${{ values.system }}