Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/flowcollector/v1beta2/flowcollector_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ type NetworkPolicy struct {
// Deploys network policies on the namespaces used by NetObserv (main and privileged).
// These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
// This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
// When disabled, you can create manually the network policies for the NetObserv components.
// When disabled, you can manually create the network policies for the NetObserv components.
// +optional
Enable *bool `json:"enable,omitempty"`

Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/flows.netobserv.io_flowcollectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4260,7 +4260,7 @@ spec:
Deploys network policies on the namespaces used by NetObserv (main and privileged).
These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
When disabled, you can create manually the network policies for the NetObserv components.
When disabled, you can manually create the network policies for the NetObserv components.
type: boolean
type: object
processor:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ metadata:
categories: Monitoring, Networking, Observability
console.openshift.io/plugins: '["netobserv-plugin"]'
containerImage: quay.io/netobserv/network-observability-operator:1.9.2-community
createdAt: "2025-10-15T13:45:09Z"
createdAt: "2025-11-25T13:46:03Z"
description: Network flows collector and monitoring solution
operatorframework.io/initialization-resource: '{"apiVersion":"flows.netobserv.io/v1beta2",
"kind":"FlowCollector","metadata":{"name":"cluster"},"spec": {}}'
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/flows.netobserv.io_flowcollectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3908,7 +3908,7 @@ spec:
Deploys network policies on the namespaces used by NetObserv (main and privileged).
These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
When disabled, you can create manually the network policies for the NetObserv components.
When disabled, you can manually create the network policies for the NetObserv components.
type: boolean
type: object
processor:
Expand Down
2 changes: 1 addition & 1 deletion docs/FlowCollector.md
Original file line number Diff line number Diff line change
Expand Up @@ -8350,7 +8350,7 @@ configuration, you can disable it and install your own instead.<br/>
Deploys network policies on the namespaces used by NetObserv (main and privileged).
These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
When disabled, you can create manually the network policies for the NetObserv components.<br/>
When disabled, you can manually create the network policies for the NetObserv components.<br/>
</td>
<td>false</td>
</tr></tbody>
Expand Down
2 changes: 1 addition & 1 deletion helm/crds/flows.netobserv.io_flowcollectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3912,7 +3912,7 @@ spec:
Deploys network policies on the namespaces used by NetObserv (main and privileged).
These network policies better isolate the NetObserv components to prevent undesired connections from and to them.
This option is enabled by default when using with OVNKubernetes, and disabled otherwise (it has not been tested with other CNIs).
When disabled, you can create manually the network policies for the NetObserv components.
When disabled, you can manually create the network policies for the NetObserv components.
type: boolean
type: object
processor:
Expand Down