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:
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user