Skip to content

Commit

Permalink
Add missed mock Ports in flagdinjector_test.go getExpectedPod
Browse files Browse the repository at this point in the history
Signed-off-by: kimsehwan96 <sktpghks138@gmail.com>
  • Loading branch information
kimsehwan96 committed Oct 4, 2024
1 parent ca924cb commit 07146d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/flagdinjector/flagdinjector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,10 @@ func getExpectedPod(namespace string) v1.Pod {
Name: "management",
ContainerPort: int32(8014),
},
{
Name: "port",
ContainerPort: int32(8013),
},
},
Env: []v1.EnvVar{
{
Expand Down

0 comments on commit 07146d9

Please sign in to comment.