Skip to content

Commit

Permalink
Merge pull request #982 from msherif1234/latest
Browse files Browse the repository at this point in the history
Pkt translation envvar not been set correctly
  • Loading branch information
msherif1234 authored Jan 7, 2025
2 parents c4aea3b + 93ba6d3 commit c51e649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/ebpf/agent_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,8 @@ func (c *AgentController) setEnvConfig(coll *flowslatest.FlowCollector) []corev1

if helper.IsPacketTranslationEnabled(&coll.Spec.Agent.EBPF) {
config = append(config, corev1.EnvVar{
Name: envEnablePacketTranslation,
Name: envEnablePacketTranslation,
Value: "true",
})
}
if helper.IsEbpfManagerEnabled(&coll.Spec.Agent.EBPF) {
Expand Down

0 comments on commit c51e649

Please sign in to comment.