Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
{
"key": "force_create_standard_api_key",
"type": "boolean",
"default_value": false,
"default_value": true,
"description": "Set to `true` to force create a standard api key. By default the generated apikey will be a service api key. It is recommended to use a Git Token when using the service api key. In the case where the user has been invited to an account and that user not the account owner, during toolchain creation the default compliance repositories will be created in that user's account and the service api will not have access to those repositories. In this case a Git Token for the repositories is required. See `repo_git_token_secret_name` for more details. The alternative is to set `force_create_standard_api_key` to `true` to create a standard api key.",
"required": false
},
Expand Down Expand Up @@ -771,7 +771,7 @@
{
"key": "force_create_standard_api_key",
"type": "boolean",
"default_value": false,
"default_value": true,
"description": "Set to `true` to force create a standard api key. By default the generated apikey will be a service api key. It is recommended to use a Git Token when using the service api key. In the case where the user has been invited to an account and that user not the account owner, during toolchain creation the default compliance repositories will be created in that user's account and the service api will not have access to those repositories. In this case a Git Token for the repositories is required. See `repo_git_token_secret_name` for more details. The alternative is to set `force_create_standard_api_key` to `true` to create a standard api key.",
"required": false
},
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/stack_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@
"inputs": [
{
"name": "existing_resource_group_name",
"value": "ref:../../members/1a - Resource Group/outputs/resource_group_name"
"value": "ref:../../members/1a - Resource Group/outputs/single_resource_group_name"
},
{
"name": "region",
Expand Down