Skip to content

Commit b0b8fd1

Browse files
authored
Merge pull request #209 from smacker/fix_ga
Fix ga tracking code in helm delployment
2 parents d2dcb2e + f529b0c commit b0b8fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-charts/code-annotation/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
name: {{ $secretName }}
5151
key: jwt_signing_key
5252
- name: CAT_GA_TRACKING_ID
53-
value: "//{{ .Values.deployment.gaTrackingID }}"
53+
value: "{{ .Values.deployment.gaTrackingID }}"
5454
ports:
5555
- containerPort: {{ .Values.service.codeAnnotation.internalPort }}
5656
volumeMounts:

0 commit comments

Comments
 (0)