Skip to content

Commit d96138a

Browse files
authored
Expose Sentry related env var in dashboard pod (#576)
Related to packit/dashboard#410
2 parents 42b8655 + bdadac6 commit d96138a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openshift/dashboard.yml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ spec:
3434
env:
3535
- name: DEPLOYMENT
3636
value: {{ deployment }}
37+
- name: VITE_SENTRY_DSN
38+
valueFrom: {secretKeyRef: {name: sentry, key: dsn}}
3739
resources:
3840
requests:
3941
memory: "128Mi"

0 commit comments

Comments
 (0)