Skip to content

Commit 53f2fa7

Browse files
authored
fix: missing catalog entry (#78)
1 parent 26e2baf commit 53f2fa7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ibm_catalog.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,13 @@
452452
"required": false
453453
},
454454
{
455+
"key": "create_icr_namespace",
456+
"type": "boolean",
457+
"default_value": true,
458+
"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.",
459+
"required": false
460+
},
461+
{
455462
"key": "registry_namespace",
456463
"type": "string",
457464
"default_value": "devsecops",

0 commit comments

Comments
 (0)