diff --git a/scripts/helmcharts/openreplay/charts/integrations/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/integrations/templates/deployment.yaml index 522316d81..47aaa739c 100644 --- a/scripts/helmcharts/openreplay/charts/integrations/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/integrations/templates/deployment.yaml @@ -43,6 +43,8 @@ spec: {{- .Values.healthCheck | toYaml | nindent 10}} {{- end}} env: + - name: JWT_SECRET + value: '{{ .Values.global.jwtSecret }}' - name: LICENSE_KEY value: '{{ .Values.global.enterpriseEditionLicense }}' - name: KAFKA_SERVERS