Skip to content

Commit b621957

Browse files
authored
Merge pull request #261 from scientist-softserv/i8-setup-exception-tracking-sentry
i8-setup-exception-tracking-sentry
2 parents 1030430 + 8983890 commit b621957

File tree

3 files changed

+1045
-1036
lines changed

3 files changed

+1045
-1036
lines changed

charts/webstore/templates/deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ spec:
5050
value: "{{ .Values.clientSecret }}"
5151
- name: CLIENT_ID
5252
value: "{{ .Values.clientId }}"
53+
- name: SENTRY_DSN
54+
value: "{{ .Values.sentryDsn }}"
5355
ports:
5456
- name: http
5557
containerPort: {{ .Values.service.port }}

ops/staging-deploy.tmpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nextPublicToken: $NEXT_PUBLIC_TOKEN
77
nextAuthSecret: $NEXTAUTH_SECRET
88
clientSecret: $CLIENT_SECRET
99
clientId: $CLIENT_ID
10-
10+
sentryDsn: $SENTRY_DSN
1111
replicaCount: 1
1212

1313
image:

0 commit comments

Comments
 (0)