Skip to content

Commit

Permalink
Out comment
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Jan 23, 2025
1 parent 74f80b7 commit 4e501a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mirrord/kube/src/api/container/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ pub struct JobVariant<T> {

impl<'c> JobVariant<PodVariant<'c>> {
pub fn new(agent: &'c AgentConfig, params: &'c ContainerParams) -> Self {
// TODO(alex) [high]: Here we also have agent config, which has tolerations.
// So why doesn't it propagate?
JobVariant {
inner: PodVariant::new(agent, params),
}
Expand Down

0 comments on commit 4e501a9

Please sign in to comment.