Skip to content

Commit

Permalink
Merge pull request #91 from thanos-io/receive-no-override-vol
Browse files Browse the repository at this point in the history
jsonnet: Append hashring configmap mount rather than replacing
  • Loading branch information
metalmatze authored Feb 7, 2020
2 parents 7816a2b + 3181d15 commit f9d83be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonnet/kube-thanos/kube-thanos-receive.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
],

local volume = k.apps.v1.statefulSet.mixin.spec.template.spec.volumesType,
volumes: [
volumes+: [
volume.withName('hashring-config') +
volume.mixin.configMap.withName(tr.config.hashringConfigMapName),
],
Expand Down

0 comments on commit f9d83be

Please sign in to comment.