Skip to content

Commit

Permalink
Address TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ialidzhikov committed Feb 9, 2024
1 parent 03c7ab5 commit ce48b26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/webhook/cache/ensurer.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ Type=simple
ExecStart=/opt/bin/configure-containerd-registries.sh ` + strings.Join(scriptArgs, " ")),
}

// TODO(ialidzhikov): Use "extensionswebhook.EnsureUnitWithName" when vendoring gardener/gardener that contains https://github.com/gardener/gardener/pull/9121.
appendUniqueUnit(new, unit)
*new = extensionswebhook.EnsureUnitWithName(*new, unit)

return nil
}
Expand Down

0 comments on commit ce48b26

Please sign in to comment.