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.
1 parent 245bd17 commit 3d81938Copy full SHA for 3d81938
packages/ecs-agent/ecs-base-conf
@@ -24,7 +24,7 @@ Environment=ECS_TASK_METADATA_RPS_LIMIT="{{ecs_metadata_service_limits settings.
24
Environment=ECS_WARM_POOLS_CHECK="{{default "false" settings.autoscaling.should-wait}}"
25
26
# Boolean configurations whose values are inverted in the API
27
-Environment=ECS_PRIVILEGED_DISABLED="{{negate_or_else true settings.ecs.allow-privileged-containers}}"
+Environment=ECS_DISABLE_PRIVILEGED="{{negate_or_else true settings.ecs.allow-privileged-containers}}"
28
Environment=ECS_DISABLE_IMAGE_CLEANUP="{{negate_or_else false settings.ecs.image-cleanup-enabled}}"
29
30
Environment=ECS_INSTANCE_ATTRIBUTES='{ "bottlerocket.variant": "{{os.variant_id}}"
0 commit comments