From eca21ee0e4c8c4ff0eff92b002c9c7b28159e38f Mon Sep 17 00:00:00 2001
From: turletti <turletti@users.noreply.github.com>
Date: Thu, 19 Sep 2024 22:06:06 +0200
Subject: [PATCH] add tcpdump container option

---
 charts/oai-5g-core/oai-5g-basic/values.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/charts/oai-5g-core/oai-5g-basic/values.yaml b/charts/oai-5g-core/oai-5g-basic/values.yaml
index 8254f237..22696fcc 100644
--- a/charts/oai-5g-core/oai-5g-basic/values.yaml
+++ b/charts/oai-5g-core/oai-5g-basic/values.yaml
@@ -44,7 +44,7 @@ oai-lmf:
     version: v2.1.0                          ## The branch to be used to pull from dockerhub
     # pullPolicy: IfNotPresent or Never or Always
     pullPolicy: IfNotPresent
-  includeTcpDumpContainer: false #only for taking pcaps inside network function pod
+  includeTcpDumpContainer: @TCPDUMP_CONTAINER@ #only for taking pcaps inside network function pod
   persistent:
     sharedvolume: false
   start:
@@ -226,7 +226,6 @@ oai-traffic-server:
     version: latest
     #pullPolicy: IfNotPresent or Never or Always
     pullPolicy: IfNotPresent
-  includeTcpDumpContainer: @TCPDUMP_CONTAINER@ #only for taking pcaps inside network function pod
   multus:
     create: @MULTUS_TS@
     ipAdd: "@IP_TS@"
-- 
GitLab