Skip to content

Commit

Permalink
Testing INSTALL-EBPF-XDP#22
Browse files Browse the repository at this point in the history
  • Loading branch information
vpidatala94 committed Feb 18, 2025
1 parent 9c0af2c commit 760afd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/jobs/jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func InstallEbpfXdp(kubeConfigFilePath string) *types.Job {
Namespace: "ebpf-xdp-install",
KubeConfigFilePath: kubeConfigFilePath}, nil)

job := types.NewJob("Install ebpf and xdp")
job = types.NewJob("Install ebpf and xdp")
job.AddStep(&kubernetes.ApplyYamlConfig{
KubeConfigFilePath: kubeConfigFilePath,
YamlFilePath: "yaml/windows/install-ebpf-xdp.yaml",
Expand Down

0 comments on commit 760afd1

Please sign in to comment.