From 6439c2013957517620f1a6774b47dd0ceb6465b3 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Fri, 18 Jan 2019 12:52:47 -0800 Subject: [PATCH] Updated git submodules Project: multicloud/k8s master 4bfbc6d3fb1cb11ac2a409764a1380d1741f2af1 Account for strings when reading from db Strings are not returned unmodified by the mongo driver and seem to have a size value prepended to them. Using the built in string reader resolves this issue. Issue-ID: MULTICLOUD-441 Change-Id: I5c5e35b0749a61b741c9b63cfad55bf2720d91bb Signed-off-by: Kiran Kamineni --- docs/submodules/multicloud/k8s.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/multicloud/k8s.git b/docs/submodules/multicloud/k8s.git index 002602dc6..4bfbc6d3f 160000 --- a/docs/submodules/multicloud/k8s.git +++ b/docs/submodules/multicloud/k8s.git @@ -1 +1 @@ -Subproject commit 002602dc6b09d4012fbca05740eb4e4dbb9ce6ce +Subproject commit 4bfbc6d3fb1cb11ac2a409764a1380d1741f2af1 -- 2.16.6