Skip to content

Commit

Permalink
Expose Sentry related env var in dashboard pod
Browse files Browse the repository at this point in the history
  • Loading branch information
lbarcziova committed May 27, 2024
1 parent 42b8655 commit bdadac6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openshift/dashboard.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ spec:
env:
- name: DEPLOYMENT
value: {{ deployment }}
- name: VITE_SENTRY_DSN
valueFrom: {secretKeyRef: {name: sentry, key: dsn}}
resources:
requests:
memory: "128Mi"
Expand Down

0 comments on commit bdadac6

Please sign in to comment.