Skip to content

Commit

Permalink
Assign /tmp/tyk-portal to TMPDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
edsonmichaque committed Oct 28, 2023
1 parent f7565ca commit f548f27
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ spec:
secretKeyRef:
name: {{ .Values.global.secrets.enterprisePortal}}
key: TYK_ORG
- name: TMPDIR
value: /tmp/tyk-portal
{{- if .Values.extraEnvs }}
{{- range $env := .Values.extraEnvs }}
- name: {{ $env.name }}
Expand Down

0 comments on commit f548f27

Please sign in to comment.