Skip to content

Commit 49995ce

Browse files
committed
helm: allow deploying the frontend without sentry dsn in frontend_configmap.yaml
Else the sentry environment is not set which gets. This was never tested when we added this feature.
1 parent 27429c8 commit 49995ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.helm/ecamp3/templates/frontend_configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ data:
1616
SENTRY_ENVIRONMENT: '{{ .Values.domain }}',
1717
{{- else }}
1818
SENTRY_FRONTEND_DSN: null,
19+
SENTRY_ENVIRONMENT: '{{ .Values.domain }}',
1920
{{- end }}
2021
DEPLOYMENT_TIME: '{{ .Values.deploymentTime }}',
2122
VERSION: '{{ .Values.deployedVersion }}',

0 commit comments

Comments
 (0)