Skip to content

Commit

Permalink
Fix/s3 (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
phac008 authored Nov 25, 2024
1 parent 6064353 commit cdf1a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform-apps/charts/loki/values-uibklab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ loki:
type: s3
s3:
s3: null # instead of s3 url we use the attributes below
endpoint: https://"${ENDPOINT}" # IP / Hostname of s3 bucket
endpoint: https://${ENDPOINT} # IP / Hostname of s3 bucket
region: us-east-1 # doesn't matter
secretAccessKey: "${SECRETACCESSKEY}"
accessKeyId: "${ACCESSKEYID}"
Expand Down

0 comments on commit cdf1a2f

Please sign in to comment.