Skip to content

Commit

Permalink
Import memberlist.libsonnet in loki.libsonnet. (#6294)
Browse files Browse the repository at this point in the history
Signed-off-by: Callum Styan <callumstyan@gmail.com>
  • Loading branch information
cstyan authored Jun 2, 2022
1 parent 0470e4e commit 3c1accc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion production/ksonnet/loki/loki.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@
(import 'index-gateway.libsonnet') +

// BoltDB Shipper support. This should be the last one to get imported.
(import 'boltdb_shipper.libsonnet')
(import 'boltdb_shipper.libsonnet') +

// Memberlist related deployment configuration, mostly migration related
(import 'memberlist.libsonnet')

0 comments on commit 3c1accc

Please sign in to comment.