Skip to content

Commit 52dea44

Browse files
author
wlanboy
committed
User namespace of helm chart
1 parent 58f52e5 commit 52dea44

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,16 +268,16 @@ curl "http://localhost:8080/api/k8s/tls?url=https://my-service.default.svc.clust
268268
curl -fsSL https://raw.githubusercontent.com/metalbear-co/mirrord/main/scripts/install.sh | bash
269269

270270
# Look up the target pod
271-
POD=$(kubectl get pod -n javahttpclient -l app=javahttpclient -o jsonpath='{.items[0].metadata.name}')
271+
POD=$(kubectl get pod -n clients -l app=javahttpclient -o jsonpath='{.items[0].metadata.name}')
272272

273273
# Run with Maven (hot reload)
274-
mirrord exec -n javahttpclient --target deployment/javahttpclient -- mvn spring-boot:run
274+
mirrord exec -n clients --target deployment/javahttpclient -- mvn spring-boot:run
275275

276276
# Run the packaged JAR against a specific pod
277-
mirrord exec -n javahttpclient --target pod/$POD -- java -jar target/javahttpclient-0.0.1-SNAPSHOT.jar
277+
mirrord exec -n clients --target pod/$POD -- java -jar target/javahttpclient-0.0.1-SNAPSHOT.jar
278278

279279
# Run the packaged JAR against the deployment
280-
mirrord exec -n javahttpclient --target deployment/javahttpclient -- java -jar target/javahttpclient-0.0.1-SNAPSHOT.jar
280+
mirrord exec -n clients --target deployment/javahttpclient -- java -jar target/javahttpclient-0.0.1-SNAPSHOT.jar
281281
```
282282

283283
---

0 commit comments

Comments
 (0)