Skip to content

Commit

Permalink
Remove ruler-storage.gcs.bucket-name for Azure
Browse files Browse the repository at this point in the history
Signed-off-by: Arve Knudsen <[email protected]>
  • Loading branch information
aknuds1 committed Nov 9, 2021
1 parent 9129be2 commit e3ad382
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions operations/mimir/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,7 @@
'ruler-storage.s3.region': $._config.aws_region,
'ruler-storage.s3.bucket-name': $._config.ruler_storage_bucket_name,
},
azure: {
// TODO: Is this the correct flag??
'ruler-storage.gcs.bucket-name': $._config.ruler_storage_bucket_name,
},
azure: {},
'local': {
'ruler-storage.local.directory': $._config.ruler_local_directory,
},
Expand Down

0 comments on commit e3ad382

Please sign in to comment.