[zh] fix: update deprecated command in code example

This commit is contained in:
Arhell 2023-10-15 01:29:33 +03:00
parent b9bb81dfaf
commit 5ff3eb0e2f
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ variables in the running container:
在普通的命令窗口(而不是 shell打印环境运行容器中的变量 在普通的命令窗口(而不是 shell打印环境运行容器中的变量
```shell ```shell
kubectl exec shell-demo env kubectl exec shell-demo -- env
``` ```
<!-- <!--