File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,15 +177,15 @@ make run
177
177
4 . Open another terminal tab and deploy simple app to your cluster
178
178
``` sh
179
179
kubectl apply -f ./examples/deployment.yaml
180
- kubectl get deployments app
180
+ kubectl get deployments sample-deployment
181
181
```
182
182
183
183
5 . Update ` lightrun_key ` , ` pinned_cert_hash ` and ` serverHostname ` in the [ CR example file] ( ../examples/lightrunjavaagent.yaml )
184
184
185
185
186
186
6 . Create LightrunJavaAgent custom resource
187
187
``` sh
188
- kubectl apply -f ./config/samples/agents_v1beta_lightrunjavaagent .yaml
188
+ kubectl apply -f ./examples/lightrunjavaagent .yaml
189
189
```
190
190
191
191
At this point you will see in the controller logs that it recognized new resource and started to work.
You can’t perform that action at this time.
0 commit comments