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: