We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2eb86 commit e8bef92Copy full SHA for e8bef92
integration-test/akka-sample-cluster-kubernetes-scala/test.sh
@@ -13,7 +13,7 @@ sbt Docker/publishLocal
13
14
docker images | head
15
16
-kubectl create namespace akka-bootstrap-demo-ns || true
+kubectl create namespace $NAMESPACE || true
17
kubectl -n $NAMESPACE apply -f $DEPLOYMENT
18
19
for i in {1..10}
integration-test/scripts/kubernetes-test.sh
@@ -5,7 +5,7 @@ sbt $PROJECT_NAME/Docker/publishLocal
5
6
7
8
9
10
11
0 commit comments