From f0ab0cb7bfda20c53e81cde6222f97bfc2d03ae0 Mon Sep 17 00:00:00 2001 From: emilielr <43408175+emilielr@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:46:11 +0100 Subject: [PATCH] chore(): add dsn to helm values (#1752) --- tavla/helm/tavla/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tavla/helm/tavla/values.yaml b/tavla/helm/tavla/values.yaml index 296890994..64d13dcb9 100644 --- a/tavla/helm/tavla/values.yaml +++ b/tavla/helm/tavla/values.yaml @@ -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: