logstash: volumes fix (#8013)

* Consolidating volume blocks

Signed-off-by: Charles Cantoni <charles.cantoni@gmail.com>

* Version bump

Signed-off-by: Charles Cantoni <charles.cantoni@gmail.com>
This commit is contained in:
CharlieC3
2018-09-27 09:20:21 -07:00
committed by k8s-ci-robot
parent 4f21388054
commit cef08ecdbe
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ description: Logstash is an open source, server-side data processing pipeline
icon: https://www.elastic.co/assets/blt86e4472872eed314/logo-elastic-logstash-lt.svg
home: https://www.elastic.co/products/logstash
name: logstash
version: 0.9.2
version: 0.9.3
appVersion: 6.4.1
sources:
- https://www.docker.elastic.co
@@ -110,10 +110,6 @@ spec:
{{ toYaml .Values.exporter.logstash.resources | indent 12 }}
{{- end }}
{{- with .Values.volumes }}
volumes:
{{ toYaml . | indent 8 }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{ toYaml . | indent 8 }}
@@ -134,6 +130,9 @@ spec:
- name: pipeline
configMap:
name: {{ template "logstash.fullname" . }}-pipeline
{{- with .Values.volumes }}
{{ toYaml . | indent 8 }}
{{- end }}
{{- if not .Values.persistence.enabled }}
- name: data
emptyDir: {}