Skip to content

Commit 2a4f81e

Browse files
committed
feat: add IS_DIFFGRAM_S3_V4_SIGNATURE setting
to support it in helm installations
1 parent d997b97 commit 2a4f81e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/diffgram_settings.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
DIFFGRAM_SYSTEM_MODE: {{ .Values.diffgramSettings.DIFFGRAM_SYSTEM_MODE }}
44
DIFFGRAM_STATIC_STORAGE_PROVIDER: {{ .Values.diffgramSettings.DIFFGRAM_STATIC_STORAGE_PROVIDER }}
55
DIFFGRAM_S3_BUCKET_NAME: {{ .Values.diffgramSettings.DIFFGRAM_S3_BUCKET_NAME }}
6+
IS_DIFFGRAM_S3_V4_SIGNATURE: {{ .Values.diffgramSettings.IS_DIFFGRAM_S3_V4_SIGNATURE }}
67
ML__DIFFGRAM_S3_BUCKET_NAME: {{ .Values.diffgramSettings.ML__DIFFGRAM_S3_BUCKET_NAME }}
78
GOOGLE_APPLICATION_CREDENTIALS: /etc/gcp/sa_credentials.json # Check the volume in deployment.yaml and service_account_secret.yaml
89
CLOUD_STORAGE_BUCKET: {{ .Values.diffgramSettings.CLOUD_STORAGE_BUCKET }}

values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ diffgramSettings:
7474
DATABASE_CONNECTION_POOL_SIZE: '"10"'
7575
GOOGLE_APPLICATION_CREDENTIALS: /etc/gcp/sa_credentials.json # Check the volume in deployment.yaml and service_account_secret.yaml
7676
EMAIL_DOMAIN_NAME: example.com
77+
IS_DIFFGRAM_S3_V4_SIGNATURE: '"False"'
7778

7879
# Set this value if you want to use GCP as your storage. Put your json service account encoded in base 64
7980
SERVICE_ACCOUNT_JSON_B64: none

0 commit comments

Comments
 (0)