Skip to content

Commit

Permalink
Merge pull request #425 from grafana/fix-newStoreGatewayStatefulSet
Browse files Browse the repository at this point in the history
Fix newStoreGatewayStatefulSet() to use input container
  • Loading branch information
pracucci authored Dec 14, 2021
2 parents c6fcd7c + 0346c23 commit 6644b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex/tsdb.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
$.jaeger_mixin,

newStoreGatewayStatefulSet(name, container)::
statefulSet.new(name, 3, [$.store_gateway_container], store_gateway_data_pvc) +
statefulSet.new(name, 3, [container], store_gateway_data_pvc) +
statefulSet.mixin.spec.withServiceName(name) +
statefulSet.mixin.metadata.withNamespace($._config.namespace) +
statefulSet.mixin.metadata.withLabels({ name: name }) +
Expand Down

0 comments on commit 6644b7b

Please sign in to comment.