Skip to content

Commit

Permalink
chore: update catalog json
Browse files Browse the repository at this point in the history
  • Loading branch information
huayuenh committed Oct 22, 2024
1 parent 7787504 commit 6ae040c
Show file tree
Hide file tree
Showing 7 changed files with 282 additions and 44 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ statement instead the previous block.
| <a name="input_issues_repo_auth_type"></a> [issues\_repo\_auth\_type](#input\_issues\_repo\_auth\_type) | Select the method of authentication that is used to access the Git repository. Valid values are 'oauth' or 'pat'. Defaults to `oauth` when unset. `pat` is a git `personal access token`. | `string` | `""` | no |
| <a name="input_issues_repo_existing_git_id"></a> [issues\_repo\_existing\_git\_id](#input\_issues\_repo\_existing\_git\_id) | Set this value to `github` for github.com, or to the GUID of a custom GitHub Enterprise server. | `string` | `""` | no |
| <a name="input_issues_repo_existing_git_provider"></a> [issues\_repo\_existing\_git\_provider](#input\_issues\_repo\_existing\_git\_provider) | Git provider for the issues repo. If not set will default `hostedgit`. | `string` | `""` | no |
| <a name="input_issues_repo_existing_url"></a> [issues\_repo\_existing\_url](#input\_issues\_repo\_existing\_url) | Set to use an existing issues repository. | `string` | `""` | no |
| <a name="input_issues_repo_existing_url"></a> [issues\_repo\_existing\_url](#input\_issues\_repo\_existing\_url) | By default this gets set as 'hostedgit', else set to 'githubconsolidated' for GitHub repositories. | `string` | `""` | no |
| <a name="input_issues_repo_git_token_secret_crn"></a> [issues\_repo\_git\_token\_secret\_crn](#input\_issues\_repo\_git\_token\_secret\_crn) | The CRN of the Git token used for accessing the Issues repository. | `string` | `""` | no |
| <a name="input_issues_repo_git_token_secret_name"></a> [issues\_repo\_git\_token\_secret\_name](#input\_issues\_repo\_git\_token\_secret\_name) | Name of the Git token secret in the secret provider used for accessing the issues repository. | `string` | `""` | no |
| <a name="input_issues_repo_integration_owner"></a> [issues\_repo\_integration\_owner](#input\_issues\_repo\_integration\_owner) | The name of the repository integration owner. | `string` | `""` | no |
Expand Down
314 changes: 276 additions & 38 deletions ibm_catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion solutions/code-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ No resources.
| <a name="input_issues_repo_auth_type"></a> [issues\_repo\_auth\_type](#input\_issues\_repo\_auth\_type) | Select the method of authentication that is used to access the Git repository. Valid values are 'oauth' or 'pat'. Defaults to `oauth` when unset. `pat` is a git `personal access token`. | `string` | `""` | no |
| <a name="input_issues_repo_existing_git_id"></a> [issues\_repo\_existing\_git\_id](#input\_issues\_repo\_existing\_git\_id) | Set this value to `github` for github.com, or to the GUID of a custom GitHub Enterprise server. | `string` | `""` | no |
| <a name="input_issues_repo_existing_git_provider"></a> [issues\_repo\_existing\_git\_provider](#input\_issues\_repo\_existing\_git\_provider) | Git provider for the issues repo. If not set will default `hostedgit`. | `string` | `""` | no |
| <a name="input_issues_repo_existing_url"></a> [issues\_repo\_existing\_url](#input\_issues\_repo\_existing\_url) | Set to use an existing issues repository. | `string` | `""` | no |
| <a name="input_issues_repo_existing_url"></a> [issues\_repo\_existing\_url](#input\_issues\_repo\_existing\_url) | By default this gets set as 'hostedgit', else set to 'githubconsolidated' for GitHub repositories. | `string` | `""` | no |
| <a name="input_issues_repo_git_token_secret_crn"></a> [issues\_repo\_git\_token\_secret\_crn](#input\_issues\_repo\_git\_token\_secret\_crn) | The CRN of the Git token used for accessing the Issues repository. | `string` | `""` | no |
| <a name="input_issues_repo_git_token_secret_name"></a> [issues\_repo\_git\_token\_secret\_name](#input\_issues\_repo\_git\_token\_secret\_name) | Name of the Git token secret in the secret provider used for accessing the issues repository. | `string` | `""` | no |
| <a name="input_issues_repo_integration_owner"></a> [issues\_repo\_integration\_owner](#input\_issues\_repo\_integration\_owner) | The name of the repository integration owner. | `string` | `""` | no |
Expand Down
2 changes: 1 addition & 1 deletion solutions/code-engine/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ variable "issues_repo_existing_git_provider" {

variable "issues_repo_existing_url" {
type = string
description = "Set to use an existing issues repository."
description = "By default this gets set as 'hostedgit', else set to 'githubconsolidated' for GitHub repositories."
default = ""
}

Expand Down
2 changes: 1 addition & 1 deletion solutions/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ No resources.
| <a name="input_issues_repo_auth_type"></a> [issues\_repo\_auth\_type](#input\_issues\_repo\_auth\_type) | Select the method of authentication that is used to access the Git repository. Valid values are 'oauth' or 'pat'. Defaults to `oauth` when unset. `pat` is a git `personal access token`. | `string` | `""` | no |
| <a name="input_issues_repo_existing_git_id"></a> [issues\_repo\_existing\_git\_id](#input\_issues\_repo\_existing\_git\_id) | Set this value to `github` for github.com, or to the GUID of a custom GitHub Enterprise server. | `string` | `""` | no |
| <a name="input_issues_repo_existing_git_provider"></a> [issues\_repo\_existing\_git\_provider](#input\_issues\_repo\_existing\_git\_provider) | By default this gets set as 'hostedgit', else set to 'githubconsolidated' for GitHub repositories. | `string` | `""` | no |
| <a name="input_issues_repo_existing_url"></a> [issues\_repo\_existing\_url](#input\_issues\_repo\_existing\_url) | Set to use an existing issues repository. | `string` | `""` | no |
| <a name="input_issues_repo_existing_url"></a> [issues\_repo\_existing\_url](#input\_issues\_repo\_existing\_url) | By default this gets set as 'hostedgit', else set to 'githubconsolidated' for GitHub repositories. | `string` | `""` | no |
| <a name="input_issues_repo_git_token_secret_crn"></a> [issues\_repo\_git\_token\_secret\_crn](#input\_issues\_repo\_git\_token\_secret\_crn) | The CRN of the Git token used for accessing the Issues repository. | `string` | `""` | no |
| <a name="input_issues_repo_git_token_secret_name"></a> [issues\_repo\_git\_token\_secret\_name](#input\_issues\_repo\_git\_token\_secret\_name) | Name of the Git token secret in the secret provider used for accessing the issues repository. | `string` | `""` | no |
| <a name="input_issues_repo_integration_owner"></a> [issues\_repo\_integration\_owner](#input\_issues\_repo\_integration\_owner) | The name of the repository integration owner. | `string` | `""` | no |
Expand Down
2 changes: 1 addition & 1 deletion solutions/kubernetes/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ variable "issues_repo_existing_git_provider" {

variable "issues_repo_existing_url" {
type = string
description = "Set to use an existing issues repository."
description = "By default this gets set as 'hostedgit', else set to 'githubconsolidated' for GitHub repositories."
default = ""
}

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ variable "issues_repo_existing_git_provider" {

variable "issues_repo_existing_url" {
type = string
description = "Set to use an existing issues repository."
description = "By default this gets set as 'hostedgit', else set to 'githubconsolidated' for GitHub repositories."
default = ""
}

Expand Down

0 comments on commit 6ae040c

Please sign in to comment.