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
6 changes: 5 additions & 1 deletion kubernetes/stack_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
},
{
"name": "7 - DevSecOps Toolchains",
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.40c697e5-a339-4bf2-90ed-c598f103c16b-global",
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.3c51e2d5-35fc-4563-97b0-689e144fd9cd-global",
"inputs": [
{
"name": "ibmcloud_api_key",
Expand Down Expand Up @@ -626,6 +626,10 @@
"name": "event_notifications_crn",
"value": "ref:../../members/4 - Event Notifications/outputs/crn"
},
{
"name": "enable_cos",
"value" : "true"
},
{
"name" : "cos_bucket_name",
"value" : "ref:../../members/3 - Cloud Object Bucket/outputs/bucket_name"
Expand Down
6 changes: 5 additions & 1 deletion stack_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
},
{
"name": "7 - DevSecOps Toolchains",
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.3bf38800-70e9-40db-aeca-016c9911364f-global",
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.4d5936de-6fa1-44dc-88b3-9be5b17e8aeb-global",
"inputs": [
{
"name": "ibmcloud_api_key",
Expand Down Expand Up @@ -587,6 +587,10 @@
"name": "event_notifications_crn",
"value": "ref:../../members/4 - Event Notifications/outputs/crn"
},
{
"name": "enable_cos",
"value" : "true"
},
{
"name": "cos_bucket_name",
"value": "ref:../../members/3 - Cloud Object Bucket/outputs/bucket_name"
Expand Down