Skip to content

Commit

Permalink
remove region from endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 19, 2024
1 parent 11b2d63 commit 98aa032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/signoz-fluxcd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
enabled: true
defaultKeepFreeSpaceBytes: "10485760" # 10MiB
type: s3
endpoint: https://clickhouse-backup-${var.aws_account_id}-${var.cluster_name}.us-east-1.s3.amazonaws.com/data/
endpoint: https://clickhouse-backup-${var.aws_account_id}-${var.cluster_name}.s3.amazonaws.com/data/
role:
enabled: true
annotations:
Expand Down Expand Up @@ -152,7 +152,7 @@ spec:
</default>
<s3>
<type>s3</type>
<endpoint>https://clickhouse-backup-${var.aws_account_id}-${var.cluster_name}.us-east-1.s3.amazonaws.com/data/</endpoint>
<endpoint>https://clickhouse-backup-${var.aws_account_id}-${var.cluster_name}.s3.amazonaws.com/data/</endpoint>
<use_environment_credentials>true</use_environment_credentials>
<region>us-east-1</region>
</s3>
Expand Down

0 comments on commit 98aa032

Please sign in to comment.