[rancher-logging] Enable fluentd optional env vars

pull/2365/head
Dan Bason 2023-01-26 13:25:31 +13:00
parent 970470cf8b
commit 59847713d7
No known key found for this signature in database
GPG Key ID: 3CEC98199477C3F2
2 changed files with 4 additions and 0 deletions

View File

@ -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 }}

View File

@ -149,6 +149,7 @@
+ nodeSelector: {}
+ resources: {}
+ tolerations: {}
+ env: []
+fluentbit:
+ inputTail:
+ Buffer_Chunk_Size: ""