mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
correct indentation for extraVolumeMounts (#10962)
fixes #10961 Signed-off-by: Christoph Maser <christoph.maser+github@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f5859ded04
commit
0625099a67
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user