Skip to content

Commit

Permalink
Typo in value link to objectStore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Apr 6, 2020
1 parent 1dc4c8b commit bec5660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/distributed-loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: loki-distributed
description: A Helm chart for Kubernetes
type: application

version: 0.0.3
version: 0.0.4
appVersion: 1.4.0
2 changes: 1 addition & 1 deletion charts/distributed-loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ storage:
# storage.store -- Type of store to use for you indexes. Currently only cassandra is supported.
store: cassandra
# storage.objectstore -- Type of store to use for your chunks. Currently only gcs is supported.
objectstore: gcs
objectStore: gcs
config:
# storage.config.storeUrl -- Url of your cassandra instance.
storeUrl: loki-cassandra.monitoring.svc
Expand Down

0 comments on commit bec5660

Please sign in to comment.