We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c198ea9 + a53a63e commit fc8c95aCopy full SHA for fc8c95a
charts/trieve/templates/settings/backend-secrets.yaml
@@ -45,6 +45,7 @@ data:
45
{{- end }}
46
{{- if .Values.config.s3.region }}
47
AWS_REGION: {{ .Values.config.s3.region | b64enc | quote }}
48
+ AWS_REGION_CSVJSONL: {{ .Values.config.s3.region | b64enc | quote }}
49
50
COOKIE_SECURE: {{ .Values.config.trieve.cookieSecure | toString | b64enc | quote }}
51
TIKA_URL: {{ "http://tika:9998" | b64enc | quote }}
0 commit comments