Skip to content

Commit

Permalink
Fix grep in Tekton Experiment Doc (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich authored Jul 15, 2021
1 parent 4ca5fb0 commit 575f89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v1beta1/tekton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tekton-pipelines-webhook-7f9888f9b-7d6mr 1/1 Running 0 12h
Check that `nop` image was modified:

```bash
$ kubectl get pod <tekton-controller-pod-name> -n tekton-pipelines -o yaml | grep katib/v1beta1/file-metrics-collector
$ kubectl get $(kubectl get pods -o name -n tekton-pipelines | grep tekton-pipelines-controller) -n tekton-pipelines -o yaml | grep katib

- docker.io/kubeflowkatib/file-metrics-collector
```

0 comments on commit 575f89f

Please sign in to comment.