fix env/secret loading

This commit is contained in:
decentral1se 2022-03-17 12:49:29 +01:00
parent 0416d34fda
commit 5346f50409
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 5 additions and 5 deletions

View File

@ -52,11 +52,11 @@ storage_config:
shared_store: aws
aws:
endpoint: {{ env LOKI_AWS_ENDPOINT }}
region: {{ env LOKI_AWS_REGION }}
access_key_id: {{ env LOKI_ACCESS_KEY_ID }}
secret_access_key: {{ secret loki_aws_secret_access_key }}
bucketnames: {{ env_LOKI_BUCKET_NAMES }}
endpoint: {{ env "LOKI_AWS_ENDPOINT" }}
region: {{ env "LOKI_AWS_REGION" }}
access_key_id: {{ env "LOKI_ACCESS_KEY_ID" }}
secret_access_key: {{ secret "loki_aws_secret_access_key" }}
bucketnames: {{ env "LOKI_BUCKET_NAMES" }}
insecure: false
sse_encryption: false
http_config: