Admin message

WARNING! GitLab maintenance operation scheduled for Tuesday, 11 August, from 09:00 to 15:00 (Paris time, CET/CEST). During this time window, GitLab will be completely unavailable. Thank you in advance for your understanding.

CR deletion must check that all the headers are present before proceeding
At KubernetesClientResource.deleteCR() method, the created kubernetes resource requires org.etsi.osl.prefixName header. If the header is not available, the "name" property is not set and it acts as a wildcard, deleting all CRs. https://labs.etsi.org/rep/osl/code/org.etsi.osl.cridge/-/blob/develop/src/main/java/org/etsi/osl/cridge/KubernetesClientResource.java?ref_type=heads#L470
issue