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 90a794c commit 728f761Copy full SHA for 728f761
sysdig/data_source_sysdig_fargate_workload_agent.go
@@ -28,7 +28,7 @@ const agentinoKiltDefinition = `build {
28
name: "SysdigInstrumentation"
29
image: ${config.agent_image}
30
volumes: ["/opt/draios"]
31
- entry_point: ["/opt/draios/bin/waitforever"]
+ entry_point: ["/opt/draios/bin/logwriter"]
32
}
33
]
34
}`
0 commit comments