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:
1337
2026-04-18 14:31:53 +02:00
committed by GitHub
parent 42eab7af46
commit e98fa92ab5
@@ -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: () => {