From 9e1a0145899072b01f24aa9a0017dc355cb3aad6 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Wed, 21 Sep 2022 10:13:10 +0200 Subject: [PATCH] chore(helm): Adding assist key in chalice Signed-off-by: rjshrjndrn --- .../openreplay/charts/chalice/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml b/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml index 6c9f2beaf..7474a7eed 100644 --- a/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml +++ b/scripts/helmcharts/openreplay/charts/chalice/templates/deployment.yaml @@ -42,6 +42,8 @@ spec: {{- .Values.healthCheck | toYaml | nindent 10}} {{- end}} env: + - name: ASSIST_KEY + value: {{ .Values.global.assistKey }} - name: LICENSE_KEY value: '{{ .Values.global.enterpriseEditionLicense }}' - name: version_number