Skip to content

Commit 3d81938

Browse files
authored
[ecs-agent] Fix ECS_DISABLE_PRIVILEGED environment variable
1 parent 245bd17 commit 3d81938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ecs-agent/ecs-base-conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Environment=ECS_TASK_METADATA_RPS_LIMIT="{{ecs_metadata_service_limits settings.
2424
Environment=ECS_WARM_POOLS_CHECK="{{default "false" settings.autoscaling.should-wait}}"
2525

2626
# Boolean configurations whose values are inverted in the API
27-
Environment=ECS_PRIVILEGED_DISABLED="{{negate_or_else true settings.ecs.allow-privileged-containers}}"
27+
Environment=ECS_DISABLE_PRIVILEGED="{{negate_or_else true settings.ecs.allow-privileged-containers}}"
2828
Environment=ECS_DISABLE_IMAGE_CLEANUP="{{negate_or_else false settings.ecs.image-cleanup-enabled}}"
2929

3030
Environment=ECS_INSTANCE_ATTRIBUTES='{ "bottlerocket.variant": "{{os.variant_id}}"

0 commit comments

Comments
 (0)