* force fluent-bit configmap BatchSize to be evaluated as an `int`

* update fluent-bit helm chart patch version
pull/2789/head^2
Derek Tracy 5 years ago committed by GitHub
parent cb383d6906
commit 2dec2d2e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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 }}

Loading…
Cancel
Save