Skip to content

Commit 022b6c8

Browse files
committed
Fix Exporters form view
1 parent 5442201 commit 022b6c8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

bundle/manifests/flows.netobserv.io_flowcollectors.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,10 +1258,11 @@ spec:
12581258
type: object
12591259
type:
12601260
description: '`type` selects the type of exporters. The available
1261-
options are `KAFKA` and `IPFIX`.'
1261+
options are `KAFKA`, `IPFIX`, and `OpenTelemetry`.'
12621262
enum:
12631263
- KAFKA
12641264
- IPFIX
1265+
- OpenTelemetry
12651266
type: string
12661267
required:
12671268
- type

config/csv/bases/netobserv-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,10 @@ spec:
281281
path: exporters[0].kafka
282282
x-descriptors:
283283
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:Kafka"
284+
- displayName: OpenTelemetry configuration
285+
path: exporters[0].openTelemetry
286+
x-descriptors:
287+
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:OpenTelemetry"
284288
statusDescriptors:
285289
- displayName: Namespace
286290
description: Namespace where console plugin and flowlogs-pipeline have been deployed.

0 commit comments

Comments
 (0)