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