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"