Skip to content

Commit 4f3b855

Browse files
committed
adds storageType to the CRDs
1 parent 05edcce commit 4f3b855

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

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
@@ -2509,6 +2509,9 @@ spec:
25092509
tlsVhost:
25102510
description: Set optional TLS virtual host.
25112511
type: string
2512+
storageType:
2513+
description: Set buffering method to filesystem or memory
2514+
type: string
25122515
type: object
25132516
logLevel:
25142517
enum:

manifests/setup/setup.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2509,6 +2509,9 @@ spec:
25092509
tlsVhost:
25102510
description: Set optional TLS virtual host.
25112511
type: string
2512+
storageType:
2513+
description: Set buffering method to filesystem or memory
2514+
type: string
25122515
type: object
25132516
logLevel:
25142517
enum:

0 commit comments

Comments
 (0)