From 9cdf82c1c5c8c43ca9a111a87243bb56e42413dc Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Wed, 12 May 2021 22:39:55 +0530 Subject: [PATCH] chore(deployment): chalice s3 variable format Signed-off-by: Rajesh Rajendran --- scripts/helm/app/chalice.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helm/app/chalice.yaml b/scripts/helm/app/chalice.yaml index 5e2cc4689..a84b9819f 100644 --- a/scripts/helm/app/chalice.yaml +++ b/scripts/helm/app/chalice.yaml @@ -59,6 +59,6 @@ env: jwt_secret: '' jwt_algorithm: '' jwt_exp_delta_seconds: '' - S3_HOST: 'minio.db.svc.cluster.local:9000' + S3_HOST: 's3://minio.db.svc.cluster.local:9000' S3_KEY: '' S3_SECRET: ''