Skip to content

Commit fc8c95a

Browse files
authored
Merge pull request #10 from DorConnecteam/bugfix/aws_region_csvjsonl
adde aws region csvjsonl to secrets as well
2 parents c198ea9 + a53a63e commit fc8c95a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/trieve/templates/settings/backend-secrets.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ data:
4545
{{- end }}
4646
{{- if .Values.config.s3.region }}
4747
AWS_REGION: {{ .Values.config.s3.region | b64enc | quote }}
48+
AWS_REGION_CSVJSONL: {{ .Values.config.s3.region | b64enc | quote }}
4849
{{- end }}
4950
COOKIE_SECURE: {{ .Values.config.trieve.cookieSecure | toString | b64enc | quote }}
5051
TIKA_URL: {{ "http://tika:9998" | b64enc | quote }}

0 commit comments

Comments
 (0)