Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/RUNNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The following tools for debugging and fine-tuning of Shell-operator and hooks ar
- The environment variable can be set to `LOG_LEVEL=debug` to include the detailed debugging information into logs,
- You can view the contents of the working queues with cli command from inside a Pod:
```sh
kubectl exec -ti po/shell-operator /bin/bash
kubectl exec -ti po/shell-operator -- /bin/bash
shell-operator queue list
```

Expand Down