File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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 } }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments