Skip to content

Commit

Permalink
fix: endpoint url can not have fully qualified paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kashalls committed Jan 1, 2025
1 parent b4b50ce commit 7e95f60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
type: s3
config:
bucket: thanos
endpoint: https://s3.outsideour.casa
endpoint: s3.outsideour.casa
access_key: {{ .AWS_ACCESS_KEY_ID }}
secret_key: {{ .AWS_SECRET_ACCESS_KEY }}
dataFrom:
Expand Down

0 comments on commit 7e95f60

Please sign in to comment.