Skip to content

Commit 8b27eb4

Browse files
chore: add eixsting sm crn (#70)
1 parent 037c70d commit 8b27eb4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ibm_catalog.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,14 @@
291291
"type": "array",
292292
"default_value": ["CI_Project", "CD_Project"],
293293
"description": "The names of the projects to add the IBM Cloud Code Engine."
294-
}
294+
},
295+
{
296+
"key": "existing_secrets_manager_crn",
297+
"required": false,
298+
"type": "string",
299+
"default_value": "",
300+
"description": "The CRN of an existing Secrets Manager instance"
301+
}
295302
],
296303
"outputs": [
297304
{

0 commit comments

Comments
 (0)