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 2ca7ca4342fd211a5b6c9a7c883948bfd342570d..f422d446bc1c4d03bf93fdf682206ac48eb238b3 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