From 4ac434a203302b5c2ae4c9905a6de58e25b27041 Mon Sep 17 00:00:00 2001 From: Padraic Edwards Date: Thu, 7 Nov 2024 09:47:16 +0000 Subject: [PATCH] chore: add eixsting sm crn --- ibm_catalog.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index 3c00851..0c124b3 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -291,7 +291,14 @@ "type": "array", "default_value": ["CI_Project", "CD_Project"], "description": "The names of the projects to add the IBM Cloud Code Engine." - } + }, + { + "key": "existing_secrets_manager_crn", + "required": false, + "type": "string", + "default_value": "", + "description": "The CRN of an existing Secrets Manager instance" + } ], "outputs": [ {