Skip to content

Commit fa922ed

Browse files
aantnclaude
andauthored
Add Holmes sentryDSN to parent chart values (#2026)
The HolmesGPT subchart no longer ships a default sentryDSN value. Explicitly pass the Sentry DSN so SaaS deployments continue sending telemetry while standalone Holmes installs remain DSN-free. https://claude.ai/code/session_01PSuf8dvymACh6KhYkjWN18 Co-authored-by: Claude <noreply@anthropic.com>
1 parent eae833b commit fa922ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/robusta/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ automountServiceAccountToken: true
2323

2424
enableHolmesGPT: false
2525

26+
holmes:
27+
sentryDSN: "https://aa95c183188a6ddf134ebfffe85fd108@o4510692373299200.ingest.de.sentry.io/4510707946094672"
28+
2629
# see https://docs.robusta.dev/master/user-guide/configuration.html#global-config and https://docs.robusta.dev/master/configuration/additional-settings.html#global-config
2730
globalConfig:
2831
check_prometheus_flags: true

0 commit comments

Comments
 (0)