Skip to content

Commit

Permalink
auth0 related changes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdevops committed Oct 17, 2024
1 parent eb66517 commit 1543e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/tenant-samples/bridge/buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion files/tenant-samples/silo/buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1543e6f

Please sign in to comment.