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
1771774 . Open another terminal tab and deploy simple app to your cluster
178178``` sh
179179kubectl apply -f ./examples/deployment.yaml
180- kubectl get deployments app
180+ kubectl get deployments sample-deployment
181181```
182182
1831835 . Update ` lightrun_key ` , ` pinned_cert_hash ` and ` serverHostname ` in the [ CR example file] ( ../examples/lightrunjavaagent.yaml )
184184
185185
1861866 . 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
191191At 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