chore(deployment): update chalice env

This commit is contained in:
Rajesh Rajendran 2021-05-12 21:01:19 +05:30
parent 13da05b03f
commit e28d787aeb
2 changed files with 5 additions and 2 deletions

View file

@ -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: ''
S3_SECRET: ''

View file

@ -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 }}"