Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Joao Marcal <[email protected]>
  • Loading branch information
periklis and JoaoBraveCoding authored Mar 13, 2024
1 parent dfe01fb commit 4e5ac54
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ containers:
- name: AWS_SDK_LOAD_CONFIG
value: true
- name: AWS_SHARED_CREDENTIALS_FILE
value: /etc/storage/managed-auth/credentials
value: /etc/storage/token-auth/credentials
```
In addition the `LokiStack` ConfigMap `logging-loki-config` needs to provide an `s3_storage_config` as below:
Expand Down Expand Up @@ -314,7 +314,7 @@ stringData:
azure_tenant_id: <tenant id>
kind: Secret
metadata:
name: logging-loki-aws-credentials
name: logging-loki-azure-credentials
namespace: openshift-logging
type: Opaque
```
Expand Down

0 comments on commit 4e5ac54

Please sign in to comment.