Update docs/features/software-catalog/catalog-customization.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: 1337 <19777147+the-serious-programmer@users.noreply.github.com>
This commit is contained in:
@@ -95,7 +95,7 @@ const yamlExporter: CatalogExporter = ({ apis, columns, streamRequest }) => {
|
||||
const catalogExportExtension = CatalogExportConfigBlueprint.make({
|
||||
params: {
|
||||
exporters: {
|
||||
yaml: { fn: yamlExporter, label: 'YAML' },
|
||||
yaml: { exporter: yamlExporter, label: 'YAML' },
|
||||
},
|
||||
columns: [{ entityFilterKey: 'metadata.name', title: 'Name' }],
|
||||
onSuccess: () => {
|
||||
|
||||
Reference in New Issue
Block a user