Skip to content

Commit

Permalink
chore(): add dsn to helm values (#1752)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilielr authored Nov 26, 2024
1 parent 1f4604d commit f0ab0cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tavla/helm/tavla/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ common:
name: sentry
key: auth-token

- name: SENTRY_DSN_URL
valueFrom:
secretKeyRef:
name: sentry
key: dsn-url

probes:
enabled: true
spec:
Expand Down

0 comments on commit f0ab0cb

Please sign in to comment.