Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions .catalog-onboard-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ offerings:
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
region: us-south
scope_resource_group_var_name: existing_resource_group_name
pre_validation: "tests/scripts/pre-validation.sh"
post_validation: "tests/scripts/post-validation.sh"
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"ibmcloud_api_key": $VALIDATION_APIKEY,
"app_config_tags": $TAGS,
"app_config_plan": "enterprise",
"existing_resource_group_name": "geretain-test-resources",
"prefix": $PREFIX,
"region": "us-south",
Expand Down