From 53f2fa78a1887400a30e91893299603d4a54c650 Mon Sep 17 00:00:00 2001 From: huayuenh <48723418+huayuenh@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:36:20 +0000 Subject: [PATCH] fix: missing catalog entry (#78) --- ibm_catalog.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ibm_catalog.json b/ibm_catalog.json index ea71c0e..bf15830 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -452,6 +452,13 @@ "required": false }, { + "key": "create_icr_namespace", + "type": "boolean", + "default_value": true, + "description": "Set to `true` to have Terraform create the registry namespace. Setting to `false` will have the CI pipeline create the namespace if it does not already exist. Note: If a Terraform destroy is used, the ICR namespace along with all images will be removed.", + "required": false + }, + { "key": "registry_namespace", "type": "string", "default_value": "devsecops",