fix debug image

This commit is contained in:
Sergey Bondarev
2021-10-19 21:42:33 +03:00
parent 70538e61a8
commit a805a6a16c
2 changed files with 2 additions and 2 deletions
@@ -11,7 +11,7 @@ kubectl apply -f app
2) Запустим тестовое приложение, с которого мы будем обращаться к основному:
```bash
kubectl run test --image=amouat/network-utils -it bash
kubectl run test --image=centosadmin/utils:0.3 -it bash
exit
```