From 906be330351ffa7b1d1827b4b28659b84efcdd4f Mon Sep 17 00:00:00 2001 From: Harry Hogg Date: Mon, 16 Jan 2023 15:15:59 +0000 Subject: [PATCH] Added some todos for cleanup Signed-off-by: Harry Hogg Co-authored-by: Vincenzo Scamporlino --- app-config.yaml | 2 ++ template.yaml | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/app-config.yaml b/app-config.yaml index d886d86896..38364d73dc 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -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: diff --git a/template.yaml b/template.yaml index 36932eb4a6..83273faea6 100644 --- a/template.yaml +++ b/template.yaml @@ -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