From 7479042d780f5c9281c67d141ac61ca0c0c76529 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Mon, 27 Feb 2023 10:31:01 +0100 Subject: [VNFSDK] Make VNFSDK ServiceMesh ready Disable TLS interface, add job sidecar cleanup and cleanup charts Fix the deployment.yaml Issue-ID: OOM-3095 Signed-off-by: Andreas Geissler Change-Id: I88a9b01ecf5e4cbb247346b6b2da1c521199a2fb --- kubernetes/vnfsdk/templates/job.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kubernetes/vnfsdk/templates/job.yaml') diff --git a/kubernetes/vnfsdk/templates/job.yaml b/kubernetes/vnfsdk/templates/job.yaml index 7c320fc86f..5e9ad8a6fc 100644 --- a/kubernetes/vnfsdk/templates/job.yaml +++ b/kubernetes/vnfsdk/templates/job.yaml @@ -1,5 +1,6 @@ {{/* # Copyright © 2017 Amdocs, Bell Canada +# Modifications © 2023 Deutsche Telekom # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -66,6 +67,7 @@ spec: - name: init-data mountPath: /aaa/init/marketplace_tables_postgres.sql subPath: marketplace_tables_postgres.sql + {{ include "common.waitForJobContainer" . | indent 6 | trim }} imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key" volumes: -- cgit 1.2.3-korg