mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-25 18:49:25 +00:00
fix compilation error
This commit is contained in:
parent
12991c3dcb
commit
45073731c8
@ -66,7 +66,7 @@ namespace DistTestCore
|
||||
},
|
||||
Data = new Dictionary<string, string> { ["result"] = json }
|
||||
};
|
||||
k8sClient.CreateNamespacedConfigMap(cm, "default");
|
||||
k8sClient.CoreV1.CreateNamespacedConfigMap(cm, "default");
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user