diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index 6a3499e..1c296bb 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -48,6 +48,10 @@ spec: value: {{ .Values.env.authIssuerUrl }} - name: AUTH0_AUDIENCE value: {{ .Values.env.authAudience }} + - name: APIKEY + value: {{ .Values.env.apiKey }} + - name: AIGENERATION + value: {{ .Values.env.AIGENERATION }} ports: - name: http containerPort: {{ .Values.service.port }}