Skip to content

Commit 84be55c

Browse files
authored
fix(values): Add warnings to broken ClickHouse cleanup job (#1933)
1 parent bef81eb commit 84be55c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

charts/sentry/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2038,6 +2038,8 @@ snuba:
20382038
rustConsumer: false
20392039

20402040
# ClickHouse database cleanup configuration
2041+
# WARNING: NOT READY FOR PRODUCTION USE
2042+
# Using this job without tweaks will result in deletion of Snuba migrations status!
20412043
cleanup:
20422044
# -- Enable ClickHouse database cleanup cronjob
20432045
enabled: false
@@ -2062,7 +2064,9 @@ snuba:
20622064
# Table discovery configuration
20632065
tables:
20642066
# -- Auto-detect tables instead of using a hardcoded list
2065-
autoDetect: true
2067+
# WARNING: Setting this option to `true` will result in deletion of Snuba
2068+
# migration status! This will break upgrades without manual intervention!
2069+
autoDetect: false
20662070
# -- Include patterns for table names (regex patterns)
20672071
includePatterns:
20682072
- ".*_local$"

0 commit comments

Comments
 (0)