Skip to content

Commit

Permalink
fix: missing catalog entry (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
huayuenh authored Nov 19, 2024
1 parent 26e2baf commit 53f2fa7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 53f2fa7

Please sign in to comment.