We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1030430 + 8983890 commit b621957Copy full SHA for b621957
charts/webstore/templates/deployment.yaml
@@ -50,6 +50,8 @@ spec:
50
value: "{{ .Values.clientSecret }}"
51
- name: CLIENT_ID
52
value: "{{ .Values.clientId }}"
53
+ - name: SENTRY_DSN
54
+ value: "{{ .Values.sentryDsn }}"
55
ports:
56
- name: http
57
containerPort: {{ .Values.service.port }}
ops/staging-deploy.tmpl.yaml
@@ -7,7 +7,7 @@ nextPublicToken: $NEXT_PUBLIC_TOKEN
7
nextAuthSecret: $NEXTAUTH_SECRET
8
clientSecret: $CLIENT_SECRET
9
clientId: $CLIENT_ID
10
-
+sentryDsn: $SENTRY_DSN
11
replicaCount: 1
12
13
image:
0 commit comments