Skip to content

Commit

Permalink
Fix Exporters form view
Browse files Browse the repository at this point in the history
  • Loading branch information
Amoghrd committed Nov 27, 2024
1 parent 5442201 commit 44332a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundle/manifests/flows.netobserv.io_flowcollectors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1258,10 +1258,11 @@ spec:
type: object
type:
description: '`type` selects the type of exporters. The available
options are `KAFKA` and `IPFIX`.'
options are `KAFKA`, `IPFIX`, and `OpenTelemetry`.'
enum:
- KAFKA
- IPFIX
- OpenTelemetry
type: string
required:
- type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ spec:
path: exporters[0].kafka
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:Kafka"
- displayName: OpenTelemetry configuration
path: exporters[0].openTelemetry
x-descriptors:
- "urn:alm:descriptor:com.tectonic.ui:fieldDependency:exporters.type:OpenTelemetry"
statusDescriptors:
- displayName: Namespace
description: Namespace where console plugin and flowlogs-pipeline have been deployed.
Expand Down

0 comments on commit 44332a7

Please sign in to comment.