Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Jun 15, 2024
1 parent 6bf085f commit 7ae0f7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controller/addon.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ func (r *Reconciler) alpha2Migration(addon *api.Addon) (migrated bool, err error
addon.Spec.Container.Image = *addon.Spec.Image
addon.Spec.Image = nil
migrated = true
} else {
return
}
if len(addon.Spec.Container.Resources.Limits) == 0 &&
len(addon.Spec.Container.Resources.Requests) == 0 &&
Expand Down

0 comments on commit 7ae0f7d

Please sign in to comment.