From a88944c87068b4ff6f98b46a7a2676d0c64c3e2a Mon Sep 17 00:00:00 2001 From: AdheipSingh Date: Mon, 6 Jan 2025 11:11:42 +0530 Subject: [PATCH] fix fluentbit template --- helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index 0afc2d1a7..6ea5ebe24 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -381,7 +381,7 @@ fluent-bit: # [INPUT] # Name tail - # Path /var/log/containers/{{ NGINX_POD_NAME }}-*.log + # Path /var/log/containers/{NGINX_POD_NAME}-*.log # Parser nginx_access # Tag kube.* # Mem_Buf_Limit 5MB @@ -389,7 +389,7 @@ fluent-bit: # [INPUT] # Name tail - # Path /var/log/containers/{{ NGINX_POD_NAME }}-*.log + # Path /var/log/containers/{NGINX_POD_NAME}-*.log # Parser nginx_error # Tag kube.* # Mem_Buf_Limit 5MB