@@ -11,13 +11,16 @@ metadata:
11
11
name : etc-clickhouse-operator-files
12
12
namespace : {{ .Values.clickhouse.namespace | default .Release.Namespace }}
13
13
labels :
14
- clickhouse.altinity.com/chop : 0.18.5
14
+ clickhouse.altinity.com/chop : 0.19.0
15
15
app : clickhouse-operator
16
16
data :
17
17
config.yaml : |
18
18
# IMPORTANT
19
- # This file is auto-generated from deploy/builder/templates-config.
20
- # It will be overwritten upon next sources build.
19
+ # This file is auto-generated
20
+ # Do not edit this file - all changes would be lost
21
+ # Edit appropriate template in the following folder:
22
+ # deploy/builder/templates-config
23
+ # IMPORTANT
21
24
#
22
25
# Template parameters available:
23
26
# watchNamespaces
@@ -243,7 +246,7 @@ metadata:
243
246
name : etc-clickhouse-operator-confd-files
244
247
namespace : {{ .Values.clickhouse.namespace | default .Release.Namespace }}
245
248
labels :
246
- clickhouse.altinity.com/chop : 0.18.5
249
+ clickhouse.altinity.com/chop : 0.19.0
247
250
app : clickhouse-operator
248
251
data :
249
252
@@ -261,10 +264,16 @@ metadata:
261
264
name : etc-clickhouse-operator-configd-files
262
265
namespace : {{ .Values.clickhouse.namespace | default .Release.Namespace }}
263
266
labels :
264
- clickhouse.altinity.com/chop : 0.18.5
267
+ clickhouse.altinity.com/chop : 0.19.0
265
268
app : clickhouse-operator
266
269
data :
267
270
01-clickhouse-01-listen.xml : |
271
+ <!-- IMPORTANT -->
272
+ <!-- This file is auto-generated -->
273
+ <!-- Do not edit this file - all changes would be lost -->
274
+ <!-- Edit appropriate template in the following folder: -->
275
+ <!-- deploy/builder/templates-config -->
276
+ <!-- IMPORTANT -->
268
277
<yandex>
269
278
<!-- Listen wildcard address to allow accepting connections from other containers and host network. -->
270
279
<listen_host>::</listen_host>
@@ -273,6 +282,12 @@ data:
273
282
</yandex>
274
283
275
284
01-clickhouse-02-logger.xml : |
285
+ <!-- IMPORTANT -->
286
+ <!-- This file is auto-generated -->
287
+ <!-- Do not edit this file - all changes would be lost -->
288
+ <!-- Edit appropriate template in the following folder: -->
289
+ <!-- deploy/builder/templates-config -->
290
+ <!-- IMPORTANT -->
276
291
<yandex>
277
292
<logger>
278
293
<!-- Possible levels: https://github.com/pocoproject/poco/blob/develop/Foundation/include/Poco/Logger.h#L105 -->
@@ -287,6 +302,12 @@ data:
287
302
</yandex>
288
303
289
304
01-clickhouse-03-query_log.xml : |
305
+ <!-- IMPORTANT -->
306
+ <!-- This file is auto-generated -->
307
+ <!-- Do not edit this file - all changes would be lost -->
308
+ <!-- Edit appropriate template in the following folder: -->
309
+ <!-- deploy/builder/templates-config -->
310
+ <!-- IMPORTANT -->
290
311
<yandex>
291
312
<query_log replace="1">
292
313
<database>system</database>
@@ -298,6 +319,12 @@ data:
298
319
</yandex>
299
320
300
321
01-clickhouse-04-part_log.xml : |
322
+ <!-- IMPORTANT -->
323
+ <!-- This file is auto-generated -->
324
+ <!-- Do not edit this file - all changes would be lost -->
325
+ <!-- Edit appropriate template in the following folder: -->
326
+ <!-- deploy/builder/templates-config -->
327
+ <!-- IMPORTANT -->
301
328
<yandex>
302
329
<part_log replace="1">
303
330
<database>system</database>
@@ -321,7 +348,7 @@ metadata:
321
348
name : etc-clickhouse-operator-templatesd-files
322
349
namespace : {{ .Values.clickhouse.namespace | default .Release.Namespace }}
323
350
labels :
324
- clickhouse.altinity.com/chop : 0.18.5
351
+ clickhouse.altinity.com/chop : 0.19.0
325
352
app : clickhouse-operator
326
353
data :
327
354
001-templates.json.example : |
@@ -423,17 +450,21 @@ metadata:
423
450
name : etc-clickhouse-operator-usersd-files
424
451
namespace : {{ .Values.clickhouse.namespace | default .Release.Namespace }}
425
452
labels :
426
- clickhouse.altinity.com/chop : 0.18.5
453
+ clickhouse.altinity.com/chop : 0.19.0
427
454
app : clickhouse-operator
428
455
data :
429
456
01-clickhouse-user.xml : |
457
+ <!-- IMPORTANT -->
458
+ <!-- This file is auto-generated -->
459
+ <!-- Do not edit this file - all changes would be lost -->
460
+ <!-- Edit appropriate template in the following folder: -->
461
+ <!-- deploy/builder/templates-config -->
462
+ <!-- IMPORTANT -->
430
463
<yandex>
431
464
<users>
432
465
<clickhouse_operator>
433
466
<networks>
434
467
<ip>127.0.0.1</ip>
435
- <ip>0.0.0.0/0</ip>
436
- <ip>::/0</ip>
437
468
</networks>
438
469
<password_sha256_hex>716b36073a90c6fe1d445ac1af85f4777c5b7a155cea359961826a030513e448</password_sha256_hex>
439
470
<profile>clickhouse_operator</profile>
@@ -450,6 +481,12 @@ data:
450
481
</yandex>
451
482
452
483
02-clickhouse-default-profile.xml : |
484
+ <!-- IMPORTANT -->
485
+ <!-- This file is auto-generated -->
486
+ <!-- Do not edit this file - all changes would be lost -->
487
+ <!-- Edit appropriate template in the following folder: -->
488
+ <!-- deploy/builder/templates-config -->
489
+ <!-- IMPORTANT -->
453
490
<yandex>
454
491
<profiles>
455
492
<default>
@@ -461,6 +498,12 @@ data:
461
498
</profiles>
462
499
</yandex>
463
500
03-database-ordinary.xml : |
501
+ <!-- IMPORTANT -->
502
+ <!-- This file is auto-generated -->
503
+ <!-- Do not edit this file - all changes would be lost -->
504
+ <!-- Edit appropriate template in the following folder: -->
505
+ <!-- deploy/builder/templates-config -->
506
+ <!-- IMPORTANT -->
464
507
<!-- Remove it for ClickHouse versions before 20.4 -->
465
508
<yandex>
466
509
<profiles>
0 commit comments