Skip to content

Commit

Permalink
Fix ruler S3 config option (#174)
Browse files Browse the repository at this point in the history
* Removed -experimental.tsdb.store-gateway-enabled flag

Signed-off-by: Marco Pracucci <[email protected]>

* Use correct config variable for s3 ruler config

* restore dropped line

Co-authored-by: Marco Pracucci <[email protected]>
  • Loading branch information
amckinley and pracucci authored Sep 4, 2020
1 parent 0211f62 commit e3f50a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
'ruler.storage.gcs.bucketname': $._config.ruler_gcs_bucket_name,
},
s3: {
's3.url': 'https://%s/%s' % [$._config.aws_region, $._config.s3_bucket_name],
's3.url': 'https://%s/%s' % [$._config.aws_region, $._config.ruler_s3_bucket_name],
},
}[$._config.ruler_client_type],

Expand Down

0 comments on commit e3f50a2

Please sign in to comment.