mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user