From 7fbb2754a932f6c2fc519b156d6d63591140c526 Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines Date: Mon, 16 Feb 2026 11:01:45 +0100 Subject: [PATCH 1/2] Fix config map --- .../charts/ocf-helper/templates/ocf-helper-configmap.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/capif/charts/ocf-helper/templates/ocf-helper-configmap.yaml b/helm/capif/charts/ocf-helper/templates/ocf-helper-configmap.yaml index 2ca7ca43..ac7f1042 100644 --- a/helm/capif/charts/ocf-helper/templates/ocf-helper-configmap.yaml +++ b/helm/capif/charts/ocf-helper/templates/ocf-helper-configmap.yaml @@ -36,5 +36,9 @@ data: "configuration_api": { "path": "/configuration", "openapi_file": "configuration/openapi/openapi.yaml" + }, + "visibility_control": { + "path": "/visibility-control", + "openapi_file": "visibility-control/openapi/openapi.yaml" } } \ No newline at end of file -- GitLab From 340ddaeac7eacfe3b96c2592c3dce4b881594676 Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines Date: Mon, 16 Feb 2026 11:35:09 +0100 Subject: [PATCH 2/2] Fix helper config map --- .../capif/charts/ocf-helper/templates/ocf-helper-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/capif/charts/ocf-helper/templates/ocf-helper-configmap.yaml b/helm/capif/charts/ocf-helper/templates/ocf-helper-configmap.yaml index ac7f1042..f422d446 100644 --- a/helm/capif/charts/ocf-helper/templates/ocf-helper-configmap.yaml +++ b/helm/capif/charts/ocf-helper/templates/ocf-helper-configmap.yaml @@ -39,6 +39,6 @@ data: }, "visibility_control": { "path": "/visibility-control", - "openapi_file": "visibility-control/openapi/openapi.yaml" + "openapi_file": "visibility_control/openapi/openapi.yaml" } } \ No newline at end of file -- GitLab