diff --git a/chart/templates/spog/ui/030-Deployment.yaml b/chart/templates/spog/ui/030-Deployment.yaml index abead7f..9730ec7 100644 --- a/chart/templates/spog/ui/030-Deployment.yaml +++ b/chart/templates/spog/ui/030-Deployment.yaml @@ -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 }}