Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 3e56f78

Browse files
authored
Merge pull request #121 from grafana/remove-store-gateway-enabled-flag
Removed -experimental.tsdb.store-gateway-enabled flag
2 parents 714a966 + 85753eb commit 3e56f78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cortex/config.libsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@
143143
'experimental.tsdb.ship-interval': '1m',
144144
'experimental.tsdb.backend': 'gcs',
145145
'experimental.tsdb.gcs.bucket-name': $._config.storage_tsdb_bucket_name,
146-
'experimental.tsdb.store-gateway-enabled': true,
147146
'experimental.store-gateway.sharding-enabled': true,
148147
'experimental.store-gateway.sharding-ring.store': 'consul',
149148
'experimental.store-gateway.sharding-ring.consul.hostname': 'consul.%s.svc.cluster.local:8500' % $._config.namespace,

0 commit comments

Comments
 (0)