Skip to content

Commit 0bb7be6

Browse files
author
Olof Skyttner
committed
Added comment
Signed-off-by: Olof Skyttner <[email protected]>
1 parent 258b897 commit 0bb7be6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/kapp/clusterapply/applying_changes.go

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ func (c *ApplyingChanges) Apply(allChanges []*ctldgraph.Change) ([]WaitingChange
6060
// - "...: context canceled (reason: )"
6161
applyThrottle := util.NewThrottle(c.opts.Concurrency)
6262
applyCh := make(chan applyResult, len(nonAppliedChanges))
63+
64+
// Perform noop changes after all other changes are applied
6365
allChangesAreNoop := c.allChangesAreNoop(nonAppliedChanges)
6466

6567
for _, change := range nonAppliedChanges {

0 commit comments

Comments
 (0)