Skip to content

Commit

Permalink
Merge f20395b into backport/woz5999/sidecar-host-ip/normally-clear-shark
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-consul-core authored Aug 30, 2024
2 parents a29dd9b + f20395b commit e278b19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func TestHandlerConsulDataplaneSidecar(t *testing.T) {
require.Equal(t, container.Env[4].Value, "$(POD_NAME)")
require.Equal(t, container.Env[5].Name, "DP_CREDENTIAL_LOGIN_META")
require.Equal(t, container.Env[5].Value, "pod=$(POD_NAMESPACE)/$(POD_NAME)")
require.Equal(t, container.Env[6].Name, "HOST_IP")
require.Equal(t, container.Env[7].Name, "HOST_IP")
})
}
}
Expand Down

0 comments on commit e278b19

Please sign in to comment.