Skip to content

Commit 3f45101

Browse files
committed
Remove ruler-storage.gcs.bucket-name for Azure
Signed-off-by: Arve Knudsen <[email protected]>
1 parent 659fdd2 commit 3f45101

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cortex/config.libsonnet

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,7 @@
258258
'ruler-storage.s3.region': $._config.aws_region,
259259
'ruler-storage.s3.bucket-name': $._config.ruler_storage_bucket_name,
260260
},
261-
azure: {
262-
// TODO: Is this the correct flag??
263-
'ruler-storage.gcs.bucket-name': $._config.ruler_storage_bucket_name,
264-
},
261+
azure: {},
265262
'local': {
266263
'ruler-storage.local.directory': $._config.ruler_local_directory,
267264
},

0 commit comments

Comments
 (0)