From 0c128bcaaf18f8b45b424ccdd1d631cc77d34559 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Tue, 18 Jul 2023 13:48:12 +0100 Subject: [PATCH] Add capifcore in example receipe Capifcore added to example receipe file. Issue-ID: NONRTRIC-898 Signed-off-by: aravind.est Change-Id: I9a262103e895857423ba7ed729a6412c3316638f --- nonrtric/RECIPE_EXAMPLE/example_recipe.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml index 6f2cb254..5bf4daee 100644 --- a/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml +++ b/nonrtric/RECIPE_EXAMPLE/example_recipe.yaml @@ -35,6 +35,8 @@ nonrtric: installHelmmanager: true installOrufhrecovery: true installRansliceassurance: true + installCapifcore: true + volume1: # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning) size: 2Gi -- 2.16.6