From 089f5800b48f3e73d5fe8a192c2ec6769ae7b915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Vit=C3=A1sek?= Date: Tue, 30 Jan 2024 09:41:47 +0100 Subject: [PATCH] change texting for `fields` describe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ladislav Vitásek --- plugins/scaffolder/src/components/fields/EntityPicker/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder/src/components/fields/EntityPicker/schema.ts b/plugins/scaffolder/src/components/fields/EntityPicker/schema.ts index fd02e80c73..0b9ddbe672 100644 --- a/plugins/scaffolder/src/components/fields/EntityPicker/schema.ts +++ b/plugins/scaffolder/src/components/fields/EntityPicker/schema.ts @@ -45,7 +45,7 @@ export const EntityPickerFieldSchema = makeFieldSchemaFromZod( .array(z.string()) .optional() .describe( - 'Fields to ignore from loading - download only the parts of each entity that match the field declarations.' + + 'Download only the parts of each entity that match the field declarations.' + " Defaults to: fields: ['metadata.name', 'metadata.namespace', 'metadata.title', 'kind']", ), defaultKind: z