From 7d7cbabab9c18a88698eab384c1d72391b519ed0 Mon Sep 17 00:00:00 2001 From: Ritu Sood Date: Fri, 3 Jan 2020 15:06:27 +0000 Subject: [PATCH] Update git submodules * Update docs/submodules/multicloud/k8s.git from branch 'master' to 2a35410560f1c22ed12cd137cbf843e36f74740e - Merge "Add support for override values" - Add support for override values Add support for override values which are equivalent to HELM --set options. A typical JSON with this option would look like this: { "rb-name": "edgex", "rb-version": "v1", "profile-name": "profile1", "override-values": { "edgex-core-consul.enabled": "false", "edgex-core-data.enabled": "false" }, "cloud-region": "k8sregionone" } Issue-ID: MULTICLOUD-863 Change-Id: I050b4c1a2922bfe1206964a0135863448638e4ef 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 133ab2099..2a3541056 160000 --- a/docs/submodules/multicloud/k8s.git +++ b/docs/submodules/multicloud/k8s.git @@ -1 +1 @@ -Subproject commit 133ab2099e0846590bfcb564bf0d818dbfa33b37 +Subproject commit 2a35410560f1c22ed12cd137cbf843e36f74740e -- 2.16.6