Skip to content

Commit d559d7b

Browse files
committed
pkg/cvo/configuration: Add TODO to address missing resource
1 parent a002d37 commit d559d7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cvo/configuration/configuration.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ func (config *ClusterVersionOperatorConfiguration) Sync(ctx context.Context, key
9797

9898
desiredConfig, err := config.lister.Get(ClusterVersionOperatorConfigurationName)
9999
if apierrors.IsNotFound(err) {
100+
// TODO: Set default values
100101
return nil
101102
}
102103
if err != nil {

0 commit comments

Comments
 (0)