Skip to content

Commit

Permalink
fix: The name of the uploaded file can be changed
Browse files Browse the repository at this point in the history
Signed-off-by: tao.yang <[email protected]>
  • Loading branch information
ty-dc committed Jul 1, 2024
1 parent d5d9976 commit 4d74b8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var _ = Describe("MacvlanOverlayOne", Label("overlay", "one-nic", "coordinator")
targetAgent.Ingress = &disable
targetAgent.Endpoint = &enable
targetAgent.ClusterIP = &enable
targetAgent.MultusInterface = &frame.Info.MultusEnabled
targetAgent.MultusInterface = &enable
targetAgent.NodePort = &enable
targetAgent.EnableLatencyMetric = true
targetAgent.IPv4 = &frame.Info.IpV4Enabled
Expand Down

0 comments on commit 4d74b8c

Please sign in to comment.