Skip to content

Commit c200cb7

Browse files
Copilotcsatib02
andcommitted
chore: make check-diff
Co-authored-by: csatib02 <113284287+csatib02@users.noreply.github.com>
1 parent 514852c commit c200cb7

File tree

7 files changed

+15
-0
lines changed

7 files changed

+15
-0
lines changed

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_loggings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11861,6 +11861,8 @@ spec:
1186111861
tag:
1186211862
type: string
1186311863
type: object
11864+
enabledIPv6:
11865+
type: boolean
1186411866
globalOptions:
1186511867
properties:
1186611868
log_level:

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_syslogngconfigs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4065,6 +4065,8 @@ spec:
40654065
tag:
40664066
type: string
40674067
type: object
4068+
enabledIPv6:
4069+
type: boolean
40684070
globalOptions:
40694071
properties:
40704072
log_level:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11858,6 +11858,8 @@ spec:
1185811858
tag:
1185911859
type: string
1186011860
type: object
11861+
enabledIPv6:
11862+
type: boolean
1186111863
globalOptions:
1186211864
properties:
1186311865
log_level:

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4062,6 +4062,8 @@ spec:
40624062
tag:
40634063
type: string
40644064
type: object
4065+
enabledIPv6:
4066+
type: boolean
40654067
globalOptions:
40664068
properties:
40674069
log_level:

config/crd/bases/logging.banzaicloud.io_loggings.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11858,6 +11858,8 @@ spec:
1185811858
tag:
1185911859
type: string
1186011860
type: object
11861+
enabledIPv6:
11862+
type: boolean
1186111863
globalOptions:
1186211864
properties:
1186311865
log_level:

config/crd/bases/logging.banzaicloud.io_syslogngconfigs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4062,6 +4062,8 @@ spec:
40624062
tag:
40634063
type: string
40644064
type: object
4065+
enabledIPv6:
4066+
type: boolean
40654067
globalOptions:
40664068
properties:
40674069
log_level:

docs/configuration/crds/v1beta1/syslogng_types.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Overrides the default logging level configCheck setup. This field is not used di
3434
### configReloadImage (*BasicImageSpec, optional) {#syslogngspec-configreloadimage}
3535

3636

37+
### enabledIPv6 (bool, optional) {#syslogngspec-enabledipv6}
38+
39+
3740
### globalOptions (*GlobalOptions, optional) {#syslogngspec-globaloptions}
3841

3942

0 commit comments

Comments
 (0)