We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee72b9 commit a21d07dCopy full SHA for a21d07d
poollet/volumepoollet/cmd/volumepoollet/app/app.go
@@ -361,7 +361,7 @@ func Run(ctx context.Context, opts Options) error {
361
}
362
363
var volumeSnapshotEvents irievent.Generator[*iri.VolumeSnapshot]
364
- if opts.Switches.Enabled(volumeController) {
+ if opts.Switches.Enabled(volumeSnapshotController) {
365
setupLog.V(1).Info("Volume Snapshot controller enabled")
366
volumeSnapshotEvents = irievent.NewGenerator(func(ctx context.Context) ([]*iri.VolumeSnapshot, error) {
367
res, err := volumeRuntime.ListVolumeSnapshots(ctx, &iri.ListVolumeSnapshotsRequest{})
0 commit comments