mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-06-01 22:19:31 +00:00
fix compilation error
This commit is contained in:
parent
8895dc24bb
commit
f3066ad504
@ -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