From 1543e6f032146735c23ccc54981c4a2e56465141 Mon Sep 17 00:00:00 2001 From: sfdevops Date: Thu, 17 Oct 2024 09:53:59 +0530 Subject: [PATCH] auth0 related changes updated --- files/tenant-samples/bridge/buildspec.yaml | 2 +- files/tenant-samples/silo/buildspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/tenant-samples/bridge/buildspec.yaml b/files/tenant-samples/bridge/buildspec.yaml index 0b3e4a83..d55aae66 100644 --- a/files/tenant-samples/bridge/buildspec.yaml +++ b/files/tenant-samples/bridge/buildspec.yaml @@ -120,7 +120,7 @@ phases: - ./push-values.sh - kubectl apply -f ${TIER}-argo-workflow.yaml --namespace argo-workflows || true - kubectl apply -f argocd-application.yaml --namespace argocd || true - - sleep 240 # waiting time to spin up tenant pods + - sleep 300 # waiting time to spin up tenant pods #- terraform apply -auto-approve --refresh=false # refresh is false to avoid unnecessary API hitting - kubectl apply -f argo-workflow.yaml --namespace argo-workflows || true diff --git a/files/tenant-samples/silo/buildspec.yaml b/files/tenant-samples/silo/buildspec.yaml index 1704db88..7d2d3ecd 100644 --- a/files/tenant-samples/silo/buildspec.yaml +++ b/files/tenant-samples/silo/buildspec.yaml @@ -114,7 +114,7 @@ phases: - chmod +x push-values.sh - ./push-values.sh # push values to tenant management gitops repository - kubectl apply -f argocd-application.yaml --namespace argocd || true - - sleep 240 # waiting time to spin up tenant pods + - sleep 300 # waiting time to spin up tenant pods #- terraform apply -auto-approve --refresh=false # refresh is false to avoid API hitting - kubectl apply -f argo-workflow.yaml --namespace argo-workflows || true finally: