Skip to content

Commit b154f8c

Browse files
committed
chore: run make manifests
Signed-off-by: Peter Wilcsinszky <[email protected]>
1 parent bc9b8fc commit b154f8c

File tree

4 files changed

+529
-0
lines changed

4 files changed

+529
-0
lines changed

charts/logging-operator/crds/logging-extensions.banzaicloud.io_eventtailers.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,31 @@ spec:
447447
type: string
448448
type: object
449449
type: object
450+
secret:
451+
properties:
452+
defaultMode:
453+
format: int32
454+
type: integer
455+
items:
456+
items:
457+
properties:
458+
key:
459+
type: string
460+
mode:
461+
format: int32
462+
type: integer
463+
path:
464+
type: string
465+
required:
466+
- key
467+
- path
468+
type: object
469+
type: array
470+
optional:
471+
type: boolean
472+
secretName:
473+
type: string
474+
type: object
450475
type: object
451476
workloadMetaOverrides:
452477
properties:

charts/logging-operator/crds/logging.banzaicloud.io_fluentbitagents.yaml

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,31 @@ spec:
539539
type: string
540540
type: object
541541
type: object
542+
secret:
543+
properties:
544+
defaultMode:
545+
format: int32
546+
type: integer
547+
items:
548+
items:
549+
properties:
550+
key:
551+
type: string
552+
mode:
553+
format: int32
554+
type: integer
555+
path:
556+
type: string
557+
required:
558+
- key
559+
- path
560+
type: object
561+
type: array
562+
optional:
563+
type: boolean
564+
secretName:
565+
type: string
566+
type: object
542567
type: object
543568
bufferVolumeArgs:
544569
items:
@@ -1643,6 +1668,31 @@ spec:
16431668
type: string
16441669
type: object
16451670
type: object
1671+
secret:
1672+
properties:
1673+
defaultMode:
1674+
format: int32
1675+
type: integer
1676+
items:
1677+
items:
1678+
properties:
1679+
key:
1680+
type: string
1681+
mode:
1682+
format: int32
1683+
type: integer
1684+
path:
1685+
type: string
1686+
required:
1687+
- key
1688+
- path
1689+
type: object
1690+
type: array
1691+
optional:
1692+
type: boolean
1693+
secretName:
1694+
type: string
1695+
type: object
16461696
type: object
16471697
positiondb:
16481698
properties:
@@ -1780,6 +1830,31 @@ spec:
17801830
type: string
17811831
type: object
17821832
type: object
1833+
secret:
1834+
properties:
1835+
defaultMode:
1836+
format: int32
1837+
type: integer
1838+
items:
1839+
items:
1840+
properties:
1841+
key:
1842+
type: string
1843+
mode:
1844+
format: int32
1845+
type: integer
1846+
path:
1847+
type: string
1848+
required:
1849+
- key
1850+
- path
1851+
type: object
1852+
type: array
1853+
optional:
1854+
type: boolean
1855+
secretName:
1856+
type: string
1857+
type: object
17831858
type: object
17841859
readinessProbe:
17851860
properties:

0 commit comments

Comments
 (0)