diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2023-03-01 08:14:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-01 08:14:05 +0000 |
commit | f423db98e3050fd98823174a99c24ea573880103 (patch) | |
tree | 1abedeab4201dc34eb5a63a4d27ac919b7bdf54e /kubernetes/vnfsdk/templates/job.yaml | |
parent | 1d65e4c1fc5b38bf5f82ee37d8ad2b4bae9b263a (diff) | |
parent | 7479042d780f5c9281c67d141ac61ca0c0c76529 (diff) |
Merge "[VNFSDK] Make VNFSDK ServiceMesh ready"
Diffstat (limited to 'kubernetes/vnfsdk/templates/job.yaml')
-rw-r--r-- | kubernetes/vnfsdk/templates/job.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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: |