From e28d787aeb3bfe50a10532554b86785032674079 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Wed, 12 May 2021 21:01:19 +0530 Subject: [PATCH] chore(deployment): update chalice env --- scripts/helm/app/chalice.yaml | 4 ++-- scripts/helm/roles/openreplay/templates/chalice.yaml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/helm/app/chalice.yaml b/scripts/helm/app/chalice.yaml index 22d856453..5e2cc4689 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: '' + S3_HOST: 'minio.db.svc.cluster.local:9000' S3_KEY: '' - S3_SECRET: '' \ No newline at end of file + S3_SECRET: '' diff --git a/scripts/helm/roles/openreplay/templates/chalice.yaml b/scripts/helm/roles/openreplay/templates/chalice.yaml index 560483e94..2c33511a8 100644 --- a/scripts/helm/roles/openreplay/templates/chalice.yaml +++ b/scripts/helm/roles/openreplay/templates/chalice.yaml @@ -7,3 +7,6 @@ image: {% if not (ecr_docker_username is defined and ecr_docker_username and ecr_docker_password is defined and ecr_docker_password) %} imagePullSecrets: [] {% endif %} +env: + S3_KEY: "{{ minio_access_key }}" + S3_SECRET: "{{ minio_secret_key }}"