chore: make the catalog:get-catalog-entity action readOnly

Signed-off-by: benjdlambert <ben@blam.sh>

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-09-11 13:31:41 +02:00
parent 3e574055b1
commit 987cd8a6f5
@@ -28,6 +28,11 @@ export const createGetCatalogEntityAction = ({
actionsRegistry.register({
name: 'get-catalog-entity',
title: 'Get Catalog Entity',
attributes: {
destructive: false,
readOnly: true,
idempotent: true,
},
description: `
This allows you to get a single entity from the software catalog.
Each entity in the software catalog has a unique name, kind, and namespace. The default namespace is "default".