From 13e506088344c35678df93924153e9c0db0f586e Mon Sep 17 00:00:00 2001 From: Mike Elliott Date: Fri, 10 Jan 2020 16:12:39 +0000 Subject: Update git submodules * Update docs/submodules/oom.git from branch 'master' to 3d6dc459a34a6e32088ea6732a056646142fe1d8 - Merge "[DMaaP] Wait for AAF locate before AAF config" - [DMaaP] Wait for AAF locate before AAF config AAF config needs to have aaf locate service up and running in order to work properly (if not, it won't really crash but won't have done the real work). As per https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#understanding-init-containers, "Each init container must complete must complete successfully before the next one starts". Adding a wait for readiness container before aaf config init containers should then do the job. Change-Id: Ida047728e4f14320ada8052c707b458450f4923b Issue-ID: DMAAP-1362 Signed-off-by: Sylvain Desbureaux --- docs/submodules/oom.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules') diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git index 1069b0d63..3d6dc459a 160000 --- a/docs/submodules/oom.git +++ b/docs/submodules/oom.git @@ -1 +1 @@ -Subproject commit 1069b0d633d562277754a0c26223a18fa331df60 +Subproject commit 3d6dc459a34a6e32088ea6732a056646142fe1d8 -- cgit 1.2.3-korg