From bec0c7694845a8466b746dab30999d6da62c0759 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Fri, 25 Apr 2025 09:01:12 +0100 Subject: [PATCH] Fix for apex sampleGroup instance registration Issue-ID: POLICY-5346 Change-Id: I7925e14c63c25df23d4234acc397fd5881342d6b Signed-off-by: waynedunican --- .../policy-apex-pdp/resources/config/OnapPfConfigSampleGroup.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/policy/components/policy-apex-pdp/resources/config/OnapPfConfigSampleGroup.json b/helm/policy/components/policy-apex-pdp/resources/config/OnapPfConfigSampleGroup.json index 70943d68..c151852c 100644 --- a/helm/policy/components/policy-apex-pdp/resources/config/OnapPfConfigSampleGroup.json +++ b/helm/policy/components/policy-apex-pdp/resources/config/OnapPfConfigSampleGroup.json @@ -9,7 +9,7 @@ "prometheus": true }, "pdpStatusParameters": { - "pdpGroup": "defaultGroup", + "pdpGroup": "sampleGroup", "timeIntervalMs": 20000, "pdpType": "apex", "description": "Pdp Heartbeat", -- 2.16.6