Skip to content

Commit

Permalink
Add compatible entrypoint for use with 3scale-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Ganisin authored and Filip Cap committed Aug 4, 2022
1 parent 7a034f0 commit 03f9424
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh
# This is entrypoint script for 3scale-tests `tools` make target

cd `dirname $0`

for SERVICE_NAME in echo-api fuse-proxy go-httpbin jaeger mockserver; do
oc apply -k base/${SERVICE_NAME}/ --namespace ${SHARED_NAMESPACE:=tools}
done

NAMESPACE=$SHARED_NAMESPACE ./base/rhsso/deploy-rhsso.sh

0 comments on commit 03f9424

Please sign in to comment.