Added some todos for cleanup
Signed-off-by: Harry Hogg <hhogg@spotify.com> Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
committed by
Vincenzo Scamporlino
parent
2b124bc24a
commit
906be33035
@@ -280,6 +280,8 @@ catalog:
|
||||
# Backstage end-to-end tests of TechDocs
|
||||
- type: file
|
||||
target: ../../cypress/e2e-fixture.catalog.info.yaml
|
||||
|
||||
# TODO: Remove once approach is validated on RFC.
|
||||
- type: file
|
||||
target: ../../template.yaml
|
||||
scaffolder:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# TODO: Remove once approach is validated on RFC.
|
||||
apiVersion: scaffolder.backstage.io/v1beta3
|
||||
kind: Template
|
||||
metadata:
|
||||
@@ -12,12 +13,20 @@ spec:
|
||||
required:
|
||||
- component_id
|
||||
- owner
|
||||
# Example of annotating a parameter
|
||||
metadata:
|
||||
tags:
|
||||
- example
|
||||
properties:
|
||||
component_id:
|
||||
title: Name
|
||||
type: string
|
||||
description: Unique name of the component
|
||||
ui:field: EntityNamePicker
|
||||
# Example of annotating a property
|
||||
metadata:
|
||||
tags:
|
||||
- example
|
||||
description:
|
||||
title: Description
|
||||
type: string
|
||||
@@ -47,6 +56,7 @@ spec:
|
||||
action: debug:log
|
||||
input:
|
||||
message: hello
|
||||
# Example of annotating a step
|
||||
metadata:
|
||||
tags:
|
||||
- example
|
||||
|
||||
Reference in New Issue
Block a user