Skip to content

Commit a377919

Browse files
mob-galtrynmarcofranssen
authored andcommitted
Brings storageType for kubernetesEvents in line with other input plugins
Signed-off-by: Nick Galtry <nick.galtry@mobilise.cloud>
1 parent 01f3dac commit a377919

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

config/crd/bases/fluentbit.fluent.io_clusterinputs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,11 @@ spec:
368368
description: Set optional TLS virtual host.
369369
type: string
370370
storageType:
371-
description: Set buffering method to filesystem or memory
371+
description: Specify the buffering mechanism to use. It can be
372+
memory or filesystem
373+
enum:
374+
- filesystem
375+
- memory
372376
type: string
373377
type: object
374378
logLevel:

manifests/setup/fluent-operator-crd.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2522,7 +2522,11 @@ spec:
25222522
description: Set optional TLS virtual host.
25232523
type: string
25242524
storageType:
2525-
description: Set buffering method to filesystem or memory
2525+
description: Specify the buffering mechanism to use. It can be
2526+
memory or filesystem
2527+
enum:
2528+
- filesystem
2529+
- memory
25262530
type: string
25272531
type: object
25282532
logLevel:

manifests/setup/setup.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2522,7 +2522,11 @@ spec:
25222522
description: Set optional TLS virtual host.
25232523
type: string
25242524
storageType:
2525-
description: Set buffering method to filesystem or memory
2525+
description: Specify the buffering mechanism to use. It can be
2526+
memory or filesystem
2527+
enum:
2528+
- filesystem
2529+
- memory
25262530
type: string
25272531
type: object
25282532
logLevel:

0 commit comments

Comments
 (0)