From 2dec2d2e17f545aa1d6706fddce4a7efeccd304a Mon Sep 17 00:00:00 2001 From: Derek Tracy Date: Thu, 5 Nov 2020 09:39:22 -0500 Subject: [PATCH] Iss2734 (#2835) * force fluent-bit configmap BatchSize to be evaluated as an `int` * update fluent-bit helm chart patch version --- production/helm/fluent-bit/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/helm/fluent-bit/templates/configmap.yaml b/production/helm/fluent-bit/templates/configmap.yaml index 7a541fd9a1532..23fdba80e6270 100644 --- a/production/helm/fluent-bit/templates/configmap.yaml +++ b/production/helm/fluent-bit/templates/configmap.yaml @@ -42,7 +42,7 @@ data: {{- end }} TenantID {{ .Values.config.tenantID }} BatchWait {{ .Values.config.batchWait }} - BatchSize {{ .Values.config.batchSize }} + BatchSize {{ int .Values.config.batchSize }} Labels {{ .Values.config.labels }} RemoveKeys {{ include "helm-toolkit.utils.joinListWithComma" .Values.config.removeKeys }} AutoKubernetesLabels {{ .Values.config.autoKubernetesLabels }}