Merge pull request #1579 from alemorcuq/fluentd-extraenv

[bitnami/fluentd] Fix aggregator extraEnv indentation
This commit is contained in:
Alejandro Moreno
2019-11-11 11:00:40 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: fluentd
version: 0.3.0
version: 0.3.1
appVersion: 1.7.4
description: Fluentd is an open source data collector for unified logging layer
keywords:
@@ -38,7 +38,7 @@ spec:
- name: FLUENTD_OPT
value: {{ .Values.aggregator.extraArgs | quote }}
{{- if .Values.aggregator.extraEnv }}
{{- toYaml .Values.aggregator.extraEnv | nindent 12 }}
{{- toYaml .Values.aggregator.extraEnv | nindent 8 }}
{{- end }}
ports:
{{- if .Values.aggregator.port }}