From 72d03e4b7b03ac280c2469fdefd002a5a42f031b Mon Sep 17 00:00:00 2001 From: Laura Barcziova Date: Thu, 23 May 2024 15:21:03 +0200 Subject: [PATCH] Expose Sentry related env var in dashboard pod Related to packit/dashboard#410 --- openshift/dashboard.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openshift/dashboard.yml.j2 b/openshift/dashboard.yml.j2 index 9b4da9d..5eada3d 100644 --- a/openshift/dashboard.yml.j2 +++ b/openshift/dashboard.yml.j2 @@ -34,6 +34,8 @@ spec: env: - name: DEPLOYMENT value: {{ deployment }} + - name: VITE_SENTRY_DSN + valueFrom: {secretKeyRef: {name: sentry, key: dsn}} resources: requests: memory: "128Mi"