From b732c94f0f6f8e06f04a401894a8a2efe64ccf7a Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 3 Sep 2024 17:43:17 +0200 Subject: [PATCH] feat(spot): use the same tokens as in chalice by default --- .../openreplay/charts/spot/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/helmcharts/openreplay/charts/spot/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/spot/templates/deployment.yaml index a6bf93583..8240748ef 100644 --- a/scripts/helmcharts/openreplay/charts/spot/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/spot/templates/deployment.yaml @@ -79,6 +79,10 @@ spec: value: '{{ .Values.global.kafka.kafkaHost }}:{{ .Values.global.kafka.kafkaPort }}' - name: KAFKA_USE_SSL value: '{{ .Values.global.kafka.kafkaUseSsl }}' + - name: JWT_SECRET + value: {{ .Values.global.jwtSecret }} + - name: JWT_SPOT_SECRET + value: {{ .Values.global.jwtSpotSecret }} - name: pg_password {{- if .Values.global.postgresql.existingSecret }} valueFrom: