Skip to content

Commit dbc3ea3

Browse files
fix:disable workload protection (#35)
1 parent 9043d16 commit dbc3ea3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

kubernetes/stack_definition.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,10 @@
367367
{
368368
"name": "existing_cos_instance_crn",
369369
"value": "ref:../../members/1b- Cloud Object Storage/outputs/cos_instance_id"
370+
},
371+
{
372+
"name" : "provision_scc_workload_protection",
373+
"value" : false
370374
}
371375
],
372376
"name": "5 - Security and Compliance Center",

stack_definition.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@
312312
{
313313
"name": "existing_cos_instance_crn",
314314
"value": "ref:../../members/1b- Cloud Object Storage/outputs/cos_instance_id"
315+
},
316+
{
317+
"name" : "provision_scc_workload_protection",
318+
"value" : false
315319
}
316320
],
317321
"name": "5 - Security and Compliance Center",

0 commit comments

Comments
 (0)