Skip to content

Commit 0346c23

Browse files
committed
Fix newStoreGatewayStatefulSet() to use input container
Signed-off-by: Marco Pracucci <[email protected]>
1 parent c6fcd7c commit 0346c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex/tsdb.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
$.jaeger_mixin,
257257

258258
newStoreGatewayStatefulSet(name, container)::
259-
statefulSet.new(name, 3, [$.store_gateway_container], store_gateway_data_pvc) +
259+
statefulSet.new(name, 3, [container], store_gateway_data_pvc) +
260260
statefulSet.mixin.spec.withServiceName(name) +
261261
statefulSet.mixin.metadata.withNamespace($._config.namespace) +
262262
statefulSet.mixin.metadata.withLabels({ name: name }) +

0 commit comments

Comments
 (0)