Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
fix: using wrong write key
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Sep 8, 2023
1 parent aa6f1d3 commit f7d19d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/spog/ui/030-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- name: SCOPES
value: {{ . | quote }}
{{- end }}
{{- with .Values.spog.api.segmentWriteKey }}
{{- with .Values.spog.ui.segmentWriteKey }}
- name: WRITE_KEY
{{ . | toYaml | nindent 14 }}
{{- end }}
Expand Down

0 comments on commit f7d19d1

Please sign in to comment.