Skip to content

Commit 01f3dac

Browse files
mob-galtrynmarcofranssen
authored andcommitted
adds storageType to the CRDs
Signed-off-by: Nick Galtry <nick.galtry@mobilise.cloud>
1 parent 428c927 commit 01f3dac

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

charts/fluent-bit-crds/templates/fluentbit.fluent.io_clusterinputs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,9 @@ spec:
370370
tlsVhost:
371371
description: Set optional TLS virtual host.
372372
type: string
373+
storageType:
374+
description: Set buffering method to filesystem or memory
375+
type: string
373376
type: object
374377
logLevel:
375378
enum:

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,9 @@ spec:
367367
tlsVhost:
368368
description: Set optional TLS virtual host.
369369
type: string
370+
storageType:
371+
description: Set buffering method to filesystem or memory
372+
type: string
370373
type: object
371374
logLevel:
372375
enum:

manifests/setup/fluent-operator-crd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2521,6 +2521,9 @@ spec:
25212521
tlsVhost:
25222522
description: Set optional TLS virtual host.
25232523
type: string
2524+
storageType:
2525+
description: Set buffering method to filesystem or memory
2526+
type: string
25242527
type: object
25252528
logLevel:
25262529
enum:

manifests/setup/setup.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2521,6 +2521,9 @@ spec:
25212521
tlsVhost:
25222522
description: Set optional TLS virtual host.
25232523
type: string
2524+
storageType:
2525+
description: Set buffering method to filesystem or memory
2526+
type: string
25242527
type: object
25252528
logLevel:
25262529
enum:

0 commit comments

Comments
 (0)