Skip to content

Commit 674c52a

Browse files
committed
Update upstream specifications to their latest version
1 parent 694e0e5 commit 674c52a

File tree

191 files changed

+11637
-2006
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+11637
-2006
lines changed

crd-catalog/Altinity/clickhouse-operator/clickhouse-keeper.altinity.com/v1/clickhousekeeperinstallations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
labels:
5-
clickhouse-keeper.altinity.com/chop: "0.25.0"
5+
clickhouse-keeper.altinity.com/chop: "0.25.1"
66
name: "clickhousekeeperinstallations.clickhouse-keeper.altinity.com"
77
spec:
88
group: "clickhouse-keeper.altinity.com"

crd-catalog/Altinity/clickhouse-operator/clickhouse.altinity.com/v1/clickhouseinstallations.yaml

Lines changed: 165 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: "apiextensions.k8s.io/v1"
22
kind: "CustomResourceDefinition"
33
metadata:
44
labels:
5-
clickhouse.altinity.com/chop: "0.25.0"
5+
clickhouse.altinity.com/chop: "0.25.1"
66
name: "clickhouseinstallations.clickhouse.altinity.com"
77
spec:
88
group: "clickhouse.altinity.com"
@@ -794,7 +794,7 @@ spec:
794794
type: "object"
795795
type: "array"
796796
files:
797-
description: "allows define content of any setting file inside each `Pod` during generate `ConfigMap` which will mount in `/etc/clickhouse-server/config.d/` or `/etc/clickhouse-server/conf.d/` or `/etc/clickhouse-server/users.d/`\nevery key in this object is the file name\nevery value in this object is the file content\nyou can use `!!binary |` and base64 for binary files, see details here https://yaml.org/type/binary.html\neach key could contains prefix like {users}, {common}, {host} or config.d, users.d, cond.d, wrong prefixes will ignored, subfolders also will ignored\nMore details: https://github.com/Altinity/clickhouse-operator/blob/master/docs/chi-examples/05-settings-05-files-nested.yaml\n\nany key could contains `valueFrom` with `secretKeyRef` which allow pass values from kubernetes secrets\nsecrets will mounted into pod as separate volume in /etc/clickhouse-server/secrets.d/\nand will automatically update when update secret\nit useful for pass SSL certificates from cert-manager or similar tool\nlook into https://github.com/Altinity/clickhouse-operator/blob/master/docs/chi-examples/05-settings-01-overview.yaml for examples\n"
797+
description: "allows define content of any setting file inside each `Pod` during generate `ConfigMap` which will mount in `/etc/clickhouse-server/config.d/` or `/etc/clickhouse-server/conf.d/` or `/etc/clickhouse-server/users.d/`\nevery key in this object is the file name\nevery value in this object is the file content\nyou can use `!!binary |` and base64 for binary files, see details here https://yaml.org/type/binary.html\neach key could contains prefix like {common}, {users}, {hosts} or config.d, users.d, conf.d, wrong prefixes will be ignored, subfolders also will be ignored\nMore details: https://github.com/Altinity/clickhouse-operator/blob/master/docs/chi-examples/05-settings-05-files-nested.yaml\n\nany key could contains `valueFrom` with `secretKeyRef` which allow pass values from kubernetes secrets\nsecrets will mounted into pod as separate volume in /etc/clickhouse-server/secrets.d/\nand will automatically update when update secret\nit useful for pass SSL certificates from cert-manager or similar tool\nlook into https://github.com/Altinity/clickhouse-operator/blob/master/docs/chi-examples/05-settings-01-overview.yaml for examples\n"
798798
type: "object"
799799
x-kubernetes-preserve-unknown-fields: true
800800
profiles:
@@ -1046,6 +1046,169 @@ spec:
10461046
maximum: 3600.0
10471047
minimum: 0.0
10481048
type: "integer"
1049+
macros:
1050+
description: "macros parameters"
1051+
properties:
1052+
sections:
1053+
description: "sections behaviour for macros"
1054+
properties:
1055+
files:
1056+
description: "sections behaviour for macros on files"
1057+
properties:
1058+
enabled:
1059+
description: "enabled or not"
1060+
enum:
1061+
- ""
1062+
- "0"
1063+
- "1"
1064+
- "False"
1065+
- "false"
1066+
- "True"
1067+
- "true"
1068+
- "No"
1069+
- "no"
1070+
- "Yes"
1071+
- "yes"
1072+
- "Off"
1073+
- "off"
1074+
- "On"
1075+
- "on"
1076+
- "Disable"
1077+
- "disable"
1078+
- "Enable"
1079+
- "enable"
1080+
- "Disabled"
1081+
- "disabled"
1082+
- "Enabled"
1083+
- "enabled"
1084+
type: "string"
1085+
type: "object"
1086+
profiles:
1087+
description: "sections behaviour for macros on profiles"
1088+
properties:
1089+
enabled:
1090+
description: "enabled or not"
1091+
enum:
1092+
- ""
1093+
- "0"
1094+
- "1"
1095+
- "False"
1096+
- "false"
1097+
- "True"
1098+
- "true"
1099+
- "No"
1100+
- "no"
1101+
- "Yes"
1102+
- "yes"
1103+
- "Off"
1104+
- "off"
1105+
- "On"
1106+
- "on"
1107+
- "Disable"
1108+
- "disable"
1109+
- "Enable"
1110+
- "enable"
1111+
- "Disabled"
1112+
- "disabled"
1113+
- "Enabled"
1114+
- "enabled"
1115+
type: "string"
1116+
type: "object"
1117+
quotas:
1118+
description: "sections behaviour for macros on quotas"
1119+
properties:
1120+
enabled:
1121+
description: "enabled or not"
1122+
enum:
1123+
- ""
1124+
- "0"
1125+
- "1"
1126+
- "False"
1127+
- "false"
1128+
- "True"
1129+
- "true"
1130+
- "No"
1131+
- "no"
1132+
- "Yes"
1133+
- "yes"
1134+
- "Off"
1135+
- "off"
1136+
- "On"
1137+
- "on"
1138+
- "Disable"
1139+
- "disable"
1140+
- "Enable"
1141+
- "enable"
1142+
- "Disabled"
1143+
- "disabled"
1144+
- "Enabled"
1145+
- "enabled"
1146+
type: "string"
1147+
type: "object"
1148+
settings:
1149+
description: "sections behaviour for macros on settings"
1150+
properties:
1151+
enabled:
1152+
description: "enabled or not"
1153+
enum:
1154+
- ""
1155+
- "0"
1156+
- "1"
1157+
- "False"
1158+
- "false"
1159+
- "True"
1160+
- "true"
1161+
- "No"
1162+
- "no"
1163+
- "Yes"
1164+
- "yes"
1165+
- "Off"
1166+
- "off"
1167+
- "On"
1168+
- "on"
1169+
- "Disable"
1170+
- "disable"
1171+
- "Enable"
1172+
- "enable"
1173+
- "Disabled"
1174+
- "disabled"
1175+
- "Enabled"
1176+
- "enabled"
1177+
type: "string"
1178+
type: "object"
1179+
users:
1180+
description: "sections behaviour for macros on users"
1181+
properties:
1182+
enabled:
1183+
description: "enabled or not"
1184+
enum:
1185+
- ""
1186+
- "0"
1187+
- "1"
1188+
- "False"
1189+
- "false"
1190+
- "True"
1191+
- "true"
1192+
- "No"
1193+
- "no"
1194+
- "Yes"
1195+
- "yes"
1196+
- "Off"
1197+
- "off"
1198+
- "On"
1199+
- "on"
1200+
- "Disable"
1201+
- "disable"
1202+
- "Enable"
1203+
- "enable"
1204+
- "Disabled"
1205+
- "disabled"
1206+
- "Enabled"
1207+
- "enabled"
1208+
type: "string"
1209+
type: "object"
1210+
type: "object"
1211+
type: "object"
10491212
policy:
10501213
description: "DISCUSSED TO BE DEPRECATED\nSyntax sugar\nOverrides all three 'reconcile.host.wait.{exclude, queries, include}' values from the operator's config\nPossible values:\n - wait - should wait to exclude host, complete queries and include host back into the cluster\n - nowait - should NOT wait to exclude host, complete queries and include host back into the cluster\n"
10511214
enum:

0 commit comments

Comments
 (0)