change texting for fields describe

Signed-off-by: Ladislav Vitásek <vity@vity.cz>
This commit is contained in:
Ladislav Vitásek
2024-01-30 09:41:47 +01:00
parent b8b68b34a9
commit 089f5800b4
@@ -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