Skip to content

Commit

Permalink
Iss2734 (#2835)
Browse files Browse the repository at this point in the history
* force fluent-bit configmap BatchSize to be evaluated as an `int`

* update fluent-bit helm chart patch version
  • Loading branch information
tracyde authored Nov 5, 2020
1 parent cb383d6 commit 2dec2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/helm/fluent-bit/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2dec2d2

Please sign in to comment.