Skip to content

Commit ed8a308

Browse files
committed
chore: crds
1 parent da02205 commit ed8a308

1 file changed

Lines changed: 48 additions & 16 deletions

File tree

extra/crds.yaml

Lines changed: 48 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ spec:
457457
type: string
458458
type: object
459459
custom:
460-
description: Custom log configuration provided in a ConfigMap
460+
description: Log configuration provided in a ConfigMap
461461
properties:
462462
configMap:
463463
description: ConfigMap containing the log configuration files
@@ -537,7 +537,7 @@ spec:
537537
type: string
538538
type: object
539539
custom:
540-
description: Custom log configuration provided in a ConfigMap
540+
description: Log configuration provided in a ConfigMap
541541
properties:
542542
configMap:
543543
description: ConfigMap containing the log configuration files
@@ -590,7 +590,7 @@ spec:
590590
type: object
591591
type: object
592592
enableVectorAgent:
593-
description: Wether or not to deploy a container with the Vector log agent.
593+
description: Whether or not to deploy a container with the Vector log agent.
594594
nullable: true
595595
type: boolean
596596
type: object
@@ -705,17 +705,33 @@ spec:
705705
type: string
706706
type: object
707707
configOverrides:
708-
additionalProperties:
709-
additionalProperties:
710-
type: string
711-
type: object
712-
default: {}
713708
description: |-
714709
The `configOverrides` can be used to configure properties in product config files
715710
that are not exposed in the CRD. Read the
716711
[config overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#config-overrides)
717712
and consult the operator specific usage guide documentation for details on the
718713
available config files and settings for the specific product.
714+
properties:
715+
hive-site.xml:
716+
additionalProperties:
717+
type: string
718+
description: |-
719+
Flat key-value overrides for `*.properties`, Hadoop XML, etc.
720+
721+
This is backwards-compatible with the existing flat key-value YAML format
722+
used by `HashMap<String, String>`.
723+
nullable: true
724+
type: object
725+
security.properties:
726+
additionalProperties:
727+
type: string
728+
description: |-
729+
Flat key-value overrides for `*.properties`, Hadoop XML, etc.
730+
731+
This is backwards-compatible with the existing flat key-value YAML format
732+
used by `HashMap<String, String>`.
733+
nullable: true
734+
type: object
719735
type: object
720736
envOverrides:
721737
additionalProperties:
@@ -898,7 +914,7 @@ spec:
898914
type: string
899915
type: object
900916
custom:
901-
description: Custom log configuration provided in a ConfigMap
917+
description: Log configuration provided in a ConfigMap
902918
properties:
903919
configMap:
904920
description: ConfigMap containing the log configuration files
@@ -978,7 +994,7 @@ spec:
978994
type: string
979995
type: object
980996
custom:
981-
description: Custom log configuration provided in a ConfigMap
997+
description: Log configuration provided in a ConfigMap
982998
properties:
983999
configMap:
9841000
description: ConfigMap containing the log configuration files
@@ -1031,7 +1047,7 @@ spec:
10311047
type: object
10321048
type: object
10331049
enableVectorAgent:
1034-
description: Wether or not to deploy a container with the Vector log agent.
1050+
description: Whether or not to deploy a container with the Vector log agent.
10351051
nullable: true
10361052
type: boolean
10371053
type: object
@@ -1146,17 +1162,33 @@ spec:
11461162
type: string
11471163
type: object
11481164
configOverrides:
1149-
additionalProperties:
1150-
additionalProperties:
1151-
type: string
1152-
type: object
1153-
default: {}
11541165
description: |-
11551166
The `configOverrides` can be used to configure properties in product config files
11561167
that are not exposed in the CRD. Read the
11571168
[config overrides documentation](https://docs.stackable.tech/home/nightly/concepts/overrides#config-overrides)
11581169
and consult the operator specific usage guide documentation for details on the
11591170
available config files and settings for the specific product.
1171+
properties:
1172+
hive-site.xml:
1173+
additionalProperties:
1174+
type: string
1175+
description: |-
1176+
Flat key-value overrides for `*.properties`, Hadoop XML, etc.
1177+
1178+
This is backwards-compatible with the existing flat key-value YAML format
1179+
used by `HashMap<String, String>`.
1180+
nullable: true
1181+
type: object
1182+
security.properties:
1183+
additionalProperties:
1184+
type: string
1185+
description: |-
1186+
Flat key-value overrides for `*.properties`, Hadoop XML, etc.
1187+
1188+
This is backwards-compatible with the existing flat key-value YAML format
1189+
used by `HashMap<String, String>`.
1190+
nullable: true
1191+
type: object
11601192
type: object
11611193
envOverrides:
11621194
additionalProperties:

0 commit comments

Comments
 (0)