correct indentation for extraVolumeMounts (#10962)

fixes #10961

Signed-off-by: Christoph Maser <christoph.maser+github@gmail.com>
This commit is contained in:
Christoph Maser
2019-01-29 15:36:09 -08:00
committed by Kubernetes Prow Robot
parent f5859ded04
commit 0625099a67
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kibana
version: 1.2.1
version: 1.2.2
appVersion: 6.5.4
description: Kibana is an open source data visualization plugin for Elasticsearch
icon: https://raw.githubusercontent.com/elastic/kibana/master/src/ui/public/icons/kibana-color.svg
+1 -1
View File
@@ -174,7 +174,7 @@ spec:
subPath: {{ $configFile }}
{{- end }}
{{- if .Values.extraVolumeMounts }}
{{ toYaml .Values.extraVolumeMounts | indent 10 }}
{{ toYaml .Values.extraVolumeMounts | indent 8 }}
{{- end }}
{{- if .Values.plugins.enabled}}
- name: plugins