Skip to content

Commit

Permalink
ksonnet: remove prefix from kvstore.consul settings in loki config (g…
Browse files Browse the repository at this point in the history
…rafana#946)

prefix has been removed as a field in Cortex and needs to be removed
from the ksonnet as well.
  • Loading branch information
rfratto authored Aug 28, 2019
1 parent b687ec6 commit f20244d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions production/ksonnet/loki/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
store: 'consul',
consul: {
host: 'consul.%s.svc.cluster.local:8500' % $._config.namespace,
prefix: '',
httpclienttimeout: '20s',
consistentreads: true,
},
Expand All @@ -144,7 +143,7 @@
service: 'memcached-client',
},
},
} +
} +
(if std.count($._config.enabledBackends, 'gcs') > 0 then {
gcs: $._config.client_configs.gcs,
} else {}) +
Expand Down

0 comments on commit f20244d

Please sign in to comment.