Bug 2004 fixed: Helm repos certs now with the corret variable cluster_uuid
[osm/N2VC.git] / n2vc / k8s_helm_base_conn.py
index 5079dbe..57010d1 100644 (file)
@@ -191,7 +191,7 @@ class K8sHelmBaseConnector(K8sConnector):
 
         if cert:
             temp_cert_file = os.path.join(
-                self.fs.path, "{}/helmcerts/".format(cluster_id), "temp.crt"
+                self.fs.path, "{}/helmcerts/".format(cluster_uuid), "temp.crt"
             )
             os.makedirs(os.path.dirname(temp_cert_file), exist_ok=True)
             with open(temp_cert_file, "w") as the_cert: