From b66e306c723bee29f281a6a58543043369af251a Mon Sep 17 00:00:00 2001 From: swnia <119884634+swnia@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:47:27 +0100 Subject: [PATCH] Update resource type list As the kubernetes plugin searches for the type `kubernetes-cluster` and not `cluster` the documentation should provide examples that are recognised in the ecosystem. Signed-off-by: swnia <119884634+swnia@users.noreply.github.com> --- docs/features/software-catalog/descriptor-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/descriptor-format.md b/docs/features/software-catalog/descriptor-format.md index cc2b3d1c7b..054b727e78 100644 --- a/docs/features/software-catalog/descriptor-format.md +++ b/docs/features/software-catalog/descriptor-format.md @@ -1119,7 +1119,7 @@ Some common values for this field could be: - `database` - `s3-bucket` -- `cluster` +- `kubernetes-cluster` ### `spec.system` [optional]