From 0d5c917c02b40b335251a39952bb46f70bcb73ce Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Tue, 19 Apr 2022 18:10:52 +0200 Subject: [DMAAP] DMaaP ServiceMesh compatibility Remove the dependency to AAF during the deployment of the DMaaP Bus Controller, as it is not used in ServishMesh usecase Added a change to the job to use http interface and delete Istio sidecar Issue-ID: OOM-2820 Signed-off-by: Andreas Geissler Change-Id: I81f41bc06fe8db260636a17e66ffbabd58f01d74 --- kubernetes/dmaap/components/dmaap-bc/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kubernetes/dmaap/components/dmaap-bc/values.yaml') diff --git a/kubernetes/dmaap/components/dmaap-bc/values.yaml b/kubernetes/dmaap/components/dmaap-bc/values.yaml index cc860823f9..bc8325a6dd 100644 --- a/kubernetes/dmaap/components/dmaap-bc/values.yaml +++ b/kubernetes/dmaap/components/dmaap-bc/values.yaml @@ -174,3 +174,8 @@ serviceAccount: nameOverride: dmaap-bc roles: - read + +wait_for_job_container: + containers: + - 'dmaap-provisioning-job' + -- cgit 1.2.3-korg