From ce36bb73c68bf335a0d8d80663e1cb0a02fcdccd Mon Sep 17 00:00:00 2001
From: turletti <turletti@gmail.com>
Date: Mon, 18 Dec 2023 11:54:13 +0100
Subject: [PATCH] fix

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

diff --git a/charts/oai-5g-core/oai-5g-basic/values.yaml b/charts/oai-5g-core/oai-5g-basic/values.yaml
index c7d3ed64..4b7e02ec 100644
--- a/charts/oai-5g-core/oai-5g-basic/values.yaml
+++ b/charts/oai-5g-core/oai-5g-basic/values.yaml
@@ -148,7 +148,7 @@ oai-upf:
     ## For n4 it is better to re-use eth0 interface inside the pod (primary CNI of Kubernetes)
     n4Interface:
       create: @MULTUS_UPF_N4@
-      Ipadd: "@IP_UPF_N4@
+      Ipadd: "@IP_UPF_N4@"
       Netmask: "@NETMASK_UPF_N4@"
       ## If you do not need a specific mac address leave the field empty
       Mac: "@MAC_UPF_N4@"
-- 
GitLab