Skip to content

Commit a634c32

Browse files
authored
fix: add migrations excludePatterns for clickHouse cleanup (#1941)
1 parent 6327feb commit a634c32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/sentry/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2076,6 +2076,7 @@ snuba:
20762076
- "^system\\."
20772077
- "^information_schema\\."
20782078
- "^INFORMATION_SCHEMA\\."
2079+
- ".*migrations.*"
20792080
# -- Fallback hardcoded table list (used if autoDetect fails or is disabled)
20802081
fallbackList:
20812082
- "discover_local"

0 commit comments

Comments
 (0)