chore(deployment): update chalice env
This commit is contained in:
parent
13da05b03f
commit
e28d787aeb
2 changed files with 5 additions and 2 deletions
|
|
@ -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: ''
|
||||
|
|
|
|||
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue