mirror of https://git.rancher.io/charts
[rancher-logging] Enable fluentd optional env vars
parent
970470cf8b
commit
59847713d7
|
@ -78,6 +78,9 @@ spec:
|
|||
podSecurityPolicyCreate: true
|
||||
roleBasedAccessControlCreate: true
|
||||
{{- end }}
|
||||
{{- with .Values.fluentd.env }}
|
||||
envVars: {{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- with (default .Values.tolerations .Values.fluentd.tolerations) }}
|
||||
tolerations: {{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
|
|
|
@ -149,6 +149,7 @@
|
|||
+ nodeSelector: {}
|
||||
+ resources: {}
|
||||
+ tolerations: {}
|
||||
+ env: []
|
||||
+fluentbit:
|
||||
+ inputTail:
|
||||
+ Buffer_Chunk_Size: ""
|
||||
|
|
Loading…
Reference in New Issue