Skip to content

Commit

Permalink
chore: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfamador committed Feb 18, 2022
1 parent 5a0ef6a commit 64a95cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,16 @@ kubectl apply -f config/samples/benthoscaptain_v1alpha1_pipeline.yaml -n default
kubectl get pipelines -n default
```

## See Benthos-Captain's logs:
## See benthos-captain controller manager logs:
```
kubectl logs -f deploy/benthos-captain-controller-manager -n benthos-captain-system -c manager
```

## See sample benthos pipeline logs:
```
kubectl logs -f deploy/pipeline-sample -n default
```

# Helm Chart

If you want to deploy Benthos-Captain with Helm, see [here](chart/benthos-captain/README.md)

0 comments on commit 64a95cb

Please sign in to comment.