Skip to content

Commit a7c97bf

Browse files
joseaclaslafy-z
authored andcommitted
Update pkg/resources/model/system.go
Co-authored-by: Zadkiel AHARONIAN <[email protected]> Signed-off-by: José Antonio Cortés López <[email protected]>
1 parent 0ef788d commit a7c97bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/resources/model/system.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func FlowForClusterFlow(flow v1beta1.ClusterFlow, clusterOutputs ClusterOutputs,
339339
ContainerNames: match.ClusterExclude.ContainerNames,
340340
Hosts: match.ClusterExclude.Hosts,
341341
Namespaces: match.ClusterExclude.Namespaces,
342-
NamespacesRegex: match.ClusterSelect.NamespacesRegex,
342+
NamespacesRegex: match.ClusterExclude.NamespacesRegex,
343343
Negate: true,
344344
})
345345
}

0 commit comments

Comments
 (0)