Skip to content

Commit 59e9789

Browse files
authored
[Helm] fix fluentbit template (#1066)
1 parent 622b9a2 commit 59e9789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,15 +381,15 @@ fluent-bit:
381381
382382
# [INPUT]
383383
# Name tail
384-
# Path /var/log/containers/{{ NGINX_POD_NAME }}-*.log
384+
# Path /var/log/containers/{NGINX_POD_NAME}-*.log
385385
# Parser nginx_access
386386
# Tag kube.*
387387
# Mem_Buf_Limit 5MB
388388
# Skip_Long_Lines On
389389
390390
# [INPUT]
391391
# Name tail
392-
# Path /var/log/containers/{{ NGINX_POD_NAME }}-*.log
392+
# Path /var/log/containers/{NGINX_POD_NAME}-*.log
393393
# Parser nginx_error
394394
# Tag kube.*
395395
# Mem_Buf_Limit 5MB

0 commit comments

Comments
 (0)