Skip to content

Commit 1f4bf7d

Browse files
committed
Update entry_point for workload-agent
Starting from v2.2.0, the expected entry point is `logwriter`.
1 parent 90a794c commit 1f4bf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sysdig/data_source_sysdig_fargate_workload_agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const agentinoKiltDefinition = `build {
2828
name: "SysdigInstrumentation"
2929
image: ${config.agent_image}
3030
volumes: ["/opt/draios"]
31-
entry_point: ["/opt/draios/bin/waitforever"]
31+
entry_point: ["/opt/draios/bin/logwriter"]
3232
}
3333
]
3434
}`

0 commit comments

Comments
 (0)