Skip to content

Commit e0a1523

Browse files
author
eliranb
committed
Update README.md to reflect correct deployment commands for LightrunJavaAgent and sample deployment
1 parent 7194ca2 commit e0a1523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,15 @@ make run
177177
4. Open another terminal tab and deploy simple app to your cluster
178178
```sh
179179
kubectl apply -f ./examples/deployment.yaml
180-
kubectl get deployments app
180+
kubectl get deployments sample-deployment
181181
```
182182

183183
5. Update `lightrun_key`, `pinned_cert_hash` and `serverHostname` in the [CR example file](../examples/lightrunjavaagent.yaml)
184184

185185

186186
6. Create LightrunJavaAgent custom resource
187187
```sh
188-
kubectl apply -f ./config/samples/agents_v1beta_lightrunjavaagent.yaml
188+
kubectl apply -f ./examples/lightrunjavaagent.yaml
189189
```
190190

191191
At this point you will see in the controller logs that it recognized new resource and started to work.

0 commit comments

Comments
 (0)