Unverified Commit 50919218 authored by Sean Burton's avatar Sean Burton Committed by GitHub

[Chronograf] Fix: volume attachment does not work (#259)

* s/values/Values/ * bump chart version * fix indentation count s/6/8/
parent b6682f6a
apiVersion: v1 apiVersion: v1
name: chronograf name: chronograf
version: 1.1.23 version: 1.1.24
appVersion: 1.8.9.1 appVersion: 1.8.9.1
description: Open-source web application written in Go and React.js that provides description: Open-source web application written in Go and React.js that provides
the tools to visualize your monitoring data and easily create alerting and automation the tools to visualize your monitoring data and easily create alerting and automation
......
...@@ -222,5 +222,5 @@ spec: ...@@ -222,5 +222,5 @@ spec:
emptyDir: {} emptyDir: {}
{{ end }} {{ end }}
{{- if .Values.volumes }} {{- if .Values.volumes }}
{{ toYaml .values.volumes | indent 6 }} {{ toYaml .Values.volumes | indent 8 }}
{{- end }} {{- end }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment