From 064f8812ddc2d070d80c9986cdca96297d262d57 Mon Sep 17 00:00:00 2001 From: Erik Foris Date: Wed, 27 Mar 2024 15:48:17 +0100 Subject: [PATCH] bug: fix naming --- xapp-descriptor/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 38a90d2..9d3b057 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -6,7 +6,7 @@ "name": "xappkpimon_ddos", "image": { "registry": "127.0.0.1:5000", - "name": "kpimon_master", + "name": "kpimon_master_ddos", "tag": "1.0.0" } }