diff --git a/helm-charts/code-annotation/templates/deployment.yaml b/helm-charts/code-annotation/templates/deployment.yaml index 4a772f3..e8739ec 100644 --- a/helm-charts/code-annotation/templates/deployment.yaml +++ b/helm-charts/code-annotation/templates/deployment.yaml @@ -50,7 +50,7 @@ spec: name: {{ $secretName }} key: jwt_signing_key - name: CAT_GA_TRACKING_ID - value: "//{{ .Values.deployment.gaTrackingID }}" + value: "{{ .Values.deployment.gaTrackingID }}" ports: - containerPort: {{ .Values.service.codeAnnotation.internalPort }} volumeMounts: