Skip to content

Commit

Permalink
Merge pull request #95 from nmaupu/fix-helm-chart
Browse files Browse the repository at this point in the history
Remove erroneous {{end}} in helm configmap
  • Loading branch information
LimitlessEarth authored Nov 20, 2018
2 parents 202c393 + 2415c37 commit ac33c93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/helm/trickster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v1
appVersion: 0.0.12
description: Trickster is a reverse proxy cache for the Prometheus HTTP API that dramatically accelerates chart rendering times for any series queried from Prometheus.
name: trickster
version: 1.1.1
version: 1.1.2
home: https://github.com/comcast/trickster
icon: ""
1 change: 0 additions & 1 deletion deploy/helm/trickster/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ data:
# cache_path defines the directory location under which the Trickster cache will be maintained
# default is '/tmp/trickster'
cache_path = {{ .Values.cache.filesystem.path | quote }}
{{- end }}
{{- else if eq .Values.cache.type "boltdb" }}
# Configuration options when using a BoltDb Cache
Expand Down

0 comments on commit ac33c93

Please sign in to comment.