Skip to content

Commit

Permalink
Merge pull request kubearmor#612 from viveksahu26/command-repeated
Browse files Browse the repository at this point in the history
cat command repeated twice
  • Loading branch information
nyrahul authored Feb 12, 2022
2 parents 567631a + dadd889 commit 38b9224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multiubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
```text
$ POD_NAME=$(kubectl get pods -n multiubuntu -l "group=group-2,container=ubuntu-5" -o jsonpath='{.items[0].metadata.name}') && kubectl -n multiubuntu exec -it $POD_NAME -- bash
# cat cat /credentials/password
# cat /credentials/password
(Permission Denied)
```
Expand Down

0 comments on commit 38b9224

Please sign in to comment.