chore: reset some testing files and fix docs

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-12-18 14:34:02 +01:00
parent 3855d2a1cd
commit 82af648de3
3 changed files with 1 additions and 21 deletions
@@ -276,7 +276,7 @@ spec:
### Hide or mask sensitive data on Review step
> Note: this approach is soon to be deprecated, please mark things as secret by using the `Secret` field extension instead as metioned above.
> Note: this approach is soon to be deprecated, please mark things as secret by using the `Secret` field extension instead as mentioned above.
Sometimes, specially in custom fields, you collect some data on Create form that
must not be shown to the user on Review step. To hide or mask this data, you can
@@ -6,7 +6,6 @@ metadata:
spec:
targets:
- ./remote-templates.yaml
- ./template.yaml
# For local development of a template, you can reference your local templates here.
# Examples:
#
@@ -1,19 +0,0 @@
apiVersion: scaffolder.backstage.io/v1beta3
kind: Template
metadata:
name: test
title: Test template
spec:
parameters:
- title: Do something
required:
- myKey
properties:
myKey:
title: My key
description: asd
type: string
ui:field: Secret
steps: []
type: service