We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 142b9c3 + 9a9b293 commit 315f021Copy full SHA for 315f021
1 file changed
operator/src/apply.rs
@@ -468,6 +468,7 @@ async fn apply_ecs(
468
.cluster("oab")
469
.service(&service_name)
470
.task_definition(&task_def_arn)
471
+ .enable_execute_command(true)
472
.network_configuration(network_config);
473
474
if let Some(cm) = &cloud_map {
@@ -522,6 +523,7 @@ async fn apply_ecs(
522
523
.service_name(&service_name)
524
525
.desired_count(1)
526
527
.capacity_provider_strategy(cap_strategy)
528
529
0 commit comments