Skip to content

Commit d447a87

Browse files
author
Per Goncalves da Silva
committed
next little fix
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent 31a3250 commit d447a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/operators/olm/operator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ func (a *Operator) syncCopyCSV(obj interface{}) (syncError error) {
16741674
}
16751675

16761676
if err == nil {
1677-
go a.olmConfigQueue.AddAfter(kubestate.NewUpdateEvent(olmConfig), time.Second*5)
1677+
go a.olmConfigQueue.AddAfter(kubestate.NewUpdateEvent(olmConfig.GetName()), time.Second*5)
16781678
}
16791679

16801680
logger := a.logger.WithFields(logrus.Fields{

0 commit comments

Comments
 (0)