Skip to content

Commit 137feaa

Browse files
author
eliranb
committed
Update README.md to correct deployment command from 'app' to 'sample-deployment' for clarity.
1 parent 093fec1 commit 137feaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ kubectl apply -f ./examples/lightrunjavaagent.yaml
191191
At this point you will see in the controller logs that it recognized new resource and started to work.
192192
If you run the following command, you will see that changes done by the controller (init container, volume, patched ENV var).
193193
```sh
194-
kubectl describe deployments app
194+
kubectl describe deployments sample-deployment
195195
```
196196

197197
## License

0 commit comments

Comments
 (0)