Skip to content

Commit d5a6b4c

Browse files
committed
fix typo enbaled
1 parent bd4fadc commit d5a6b4c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

api/flowcollector/v1beta2/flowcollector_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ type FlowCollectorPrometheus struct {
10581058
// `PrometheusQuerier` defines the desired state for querying Prometheus (client...)
10591059
type PrometheusQuerier struct {
10601060
// When `enable` is `true`, the Console plugin queries flow metrics from Prometheus instead of Loki whenever possible.
1061-
// It is enbaled by default: set it to `false` to disable this feature.
1061+
// It is enabled by default: set it to `false` to disable this feature.
10621062
// The Console plugin can use either Loki or Prometheus as a data source for metrics (see also `spec.loki`), or both.
10631063
// Not all queries are transposable from Loki to Prometheus. Hence, if Loki is disabled, some features of the plugin are disabled as well,
10641064
// such as getting per-pod information or viewing raw flows.

bundle/manifests/flows.netobserv.io_flowcollectors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6252,7 +6252,7 @@ spec:
62526252
enable:
62536253
description: |-
62546254
When `enable` is `true`, the Console plugin queries flow metrics from Prometheus instead of Loki whenever possible.
6255-
It is enbaled by default: set it to `false` to disable this feature.
6255+
It is enabled by default: set it to `false` to disable this feature.
62566256
The Console plugin can use either Loki or Prometheus as a data source for metrics (see also `spec.loki`), or both.
62576257
Not all queries are transposable from Loki to Prometheus. Hence, if Loki is disabled, some features of the plugin are disabled as well,
62586258
such as getting per-pod information or viewing raw flows.

config/crd/bases/flows.netobserv.io_flowcollectors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5780,7 +5780,7 @@ spec:
57805780
enable:
57815781
description: |-
57825782
When `enable` is `true`, the Console plugin queries flow metrics from Prometheus instead of Loki whenever possible.
5783-
It is enbaled by default: set it to `false` to disable this feature.
5783+
It is enabled by default: set it to `false` to disable this feature.
57845784
The Console plugin can use either Loki or Prometheus as a data source for metrics (see also `spec.loki`), or both.
57855785
Not all queries are transposable from Loki to Prometheus. Hence, if Loki is disabled, some features of the plugin are disabled as well,
57865786
such as getting per-pod information or viewing raw flows.

docs/FlowCollector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12237,7 +12237,7 @@ Prometheus querying configuration, such as client settings, used in the Console
1223712237
<td>boolean</td>
1223812238
<td>
1223912239
When `enable` is `true`, the Console plugin queries flow metrics from Prometheus instead of Loki whenever possible.
12240-
It is enbaled by default: set it to `false` to disable this feature.
12240+
It is enabled by default: set it to `false` to disable this feature.
1224112241
The Console plugin can use either Loki or Prometheus as a data source for metrics (see also `spec.loki`), or both.
1224212242
Not all queries are transposable from Loki to Prometheus. Hence, if Loki is disabled, some features of the plugin are disabled as well,
1224312243
such as getting per-pod information or viewing raw flows.

helm/crds/flows.netobserv.io_flowcollectors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5784,7 +5784,7 @@ spec:
57845784
enable:
57855785
description: |-
57865786
When `enable` is `true`, the Console plugin queries flow metrics from Prometheus instead of Loki whenever possible.
5787-
It is enbaled by default: set it to `false` to disable this feature.
5787+
It is enabled by default: set it to `false` to disable this feature.
57885788
The Console plugin can use either Loki or Prometheus as a data source for metrics (see also `spec.loki`), or both.
57895789
Not all queries are transposable from Loki to Prometheus. Hence, if Loki is disabled, some features of the plugin are disabled as well,
57905790
such as getting per-pod information or viewing raw flows.

0 commit comments

Comments
 (0)