Skip to content

Commit 07b9acd

Browse files
committed
env: helm
1 parent 70e0671 commit 07b9acd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

deploy/helm/clickhouse-operator/crds/CustomResourceDefinition-clickhouseoperatorconfigurations.clickhouse.altinity.com.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ spec:
245245
description: |
246246
Regexp to match tables in system database to fetch metrics from.
247247
Multiple tables can be matched using regexp. Matched tables are merged using merge() table function.
248-
Set to empty string to fetch only from system.metrics without using merge().
249248
Default is "^(metrics|custom_metrics)$".
250249
template:
251250
type: object

deploy/helm/clickhouse-operator/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ configs:
466466
collect: 9
467467
# Regexp to match tables in system database to fetch metrics from.
468468
# Multiple tables can be matched using regexp. Matched tables are merged using merge() table function.
469-
# Set to empty string to fetch only from system.metrics without using merge().
470469
# Default is "^(metrics|custom_metrics)$" which fetches from both system.metrics and system.custom_metrics.
471470
tablesRegexp: "^(metrics|custom_metrics)$"
472471
keeper:

0 commit comments

Comments
 (0)