Files
charts/bitnami/logstash/templates/extra-list.yaml
Javier J. Salmerón-García 50ee8ebf01 [bitnami/logstash] Remove files/conf support (#4718)
* [bitnami/logstash] Remove files/conf support

* Add extraDeploy

* Values
2020-12-15 10:20:05 +01:00

5 lines
117 B
YAML

{{- range .Values.extraDeploy }}
---
{{ include "common.tplvalues.render" (dict "value" . "context" $) }}
{{- end }}