Skip to content

Commit e8bef92

Browse files
committed
namespace
1 parent 6d2eb86 commit e8bef92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-test/akka-sample-cluster-kubernetes-scala/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sbt Docker/publishLocal
1313

1414
docker images | head
1515

16-
kubectl create namespace akka-bootstrap-demo-ns || true
16+
kubectl create namespace $NAMESPACE || true
1717
kubectl -n $NAMESPACE apply -f $DEPLOYMENT
1818

1919
for i in {1..10}

integration-test/scripts/kubernetes-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sbt $PROJECT_NAME/Docker/publishLocal
55

66
docker images | head
77

8-
kubectl create namespace akka-bootstrap-demo-ns || true
8+
kubectl create namespace $NAMESPACE || true
99
kubectl -n $NAMESPACE apply -f $DEPLOYMENT
1010

1111
for i in {1..10}

0 commit comments

Comments
 (0)