diff options
author | Jack Lucas <jflos@sonoris.net> | 2022-06-23 16:24:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-23 16:24:08 +0000 |
commit | 93a474286803369a4da5d00ba0d6c8f3bf391f4a (patch) | |
tree | acb1de64972fcd52182dcd9d594de3efadc0837c /kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml | |
parent | 8ed35dfae17231f6d09fc36161a2ce44620a4200 (diff) | |
parent | 8624d2224da24c9a181af7b089b548a6e59c2582 (diff) |
Merge "[AAI] Service mesh compatibility improvement"
Diffstat (limited to 'kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml')
-rw-r--r-- | kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml b/kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml index d2d0809afb..10b8255c50 100644 --- a/kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml +++ b/kubernetes/aai/components/aai-graphadmin/templates/job-migration.yaml @@ -171,6 +171,8 @@ spec: args: - -c - | + {{- if include "common.onServiceMesh" . }} + echo "waiting 15s for istio side cars to be up"; sleep 15s;{{- end }} bash docker-entrypoint.sh run_Migrations.sh -e UpdateAaiUriIndexMigration --commit --skipPreMigrationSnapShot --runDisabled RebuildAllEdges ; {{ include "common.serviceMesh.killSidecar" . | indent 11 | trim }} env: @@ -325,6 +327,8 @@ spec: args: - -c - | + {{- if include "common.onServiceMesh" . }} + echo "waiting 15s for istio side cars to be up"; sleep 15s;{{- end }} bash docker-entrypoint.sh dataSnapshot.sh {{ include "common.serviceMesh.killSidecar" . | indent 11 | trim }} env: |