templates/ressource-template/skeleton/catalog-info.yaml hinzugefügt
This commit is contained in:
parent
78a840d105
commit
d4fa4fb425
|
|
@ -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 }}
|
||||||
Loading…
Reference in New Issue