Skip to content

Commit 5b58834

Browse files
committed
fix test
1 parent ecd7664 commit 5b58834

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/controller/flowcollector_controller_iso_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ func flowCollectorIsoSpecs() {
8181
DropUnusedFields: ptr.To(false),
8282
},
8383
LogTypes: ptr.To(flowslatest.LogTypeAll),
84+
SubnetLabels: flowslatest.SubnetLabels{
85+
OpenShiftAutoDetect: ptr.To(true),
86+
},
8487
Metrics: flowslatest.FLPMetrics{
8588
Server: flowslatest.MetricsServerConfig{
8689
Port: ptr.To(int32(12347)),

0 commit comments

Comments
 (0)