Skip to content

Commit

Permalink
Revert thanos-io#63
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
  • Loading branch information
kakkoyun committed Dec 16, 2019
1 parent 9bd3133 commit 3ba4662
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/all/manifests/thanos-receive-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ spec:
name: thanos-receive-data
readOnly: false
terminationGracePeriodSeconds: 120
volumes: null
volumeClaimTemplates:
- metadata:
name: thanos-receive-data
Expand Down
1 change: 1 addition & 0 deletions examples/all/manifests/thanos-store-statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ spec:
name: thanos-store-data
readOnly: false
terminationGracePeriodSeconds: 120
volumes: null
volumeClaimTemplates:
- metadata:
name: thanos-store-data
Expand Down
2 changes: 1 addition & 1 deletion jsonnet/kube-thanos/kube-thanos-receive-pvc.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
spec+: {
template+: {
spec+: {
volumes:: null,
volumes: null,
},
},
volumeClaimTemplates::: [
Expand Down
2 changes: 1 addition & 1 deletion jsonnet/kube-thanos/kube-thanos-store-pvc.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
spec+: {
template+: {
spec+: {
volumes:: null,
volumes: null,
},
},
volumeClaimTemplates::: [
Expand Down

0 comments on commit 3ba4662

Please sign in to comment.