Skip to content

Commit 29ba41d

Browse files
authored
Merge pull request #44446 from giiiiiithub/patch-1
fix the Chinese single quotes in the code to English single quotes
2 parents ee00c0c + 9454e4f commit 29ba41d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/tasks/configure-pod-container/configure-pod-configmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ Before proceeding, clean up some of the ConfigMaps you made:
811811
```bash
812812
kubectl delete configmap special-config
813813
kubectl delete configmap env-config
814-
kubectl delete configmap -l 'game-config in (config-4,config-5)
814+
kubectl delete configmap -l 'game-config in (config-4,config-5)'
815815
```
816816

817817
<!--
@@ -1485,7 +1485,7 @@ kubectl delete pod dapi-test-pod --now
14851485
14861486
# 你可能已经删除了下一组内容
14871487
kubectl delete configmaps/special-config configmaps/env-config
1488-
kubectl delete configmap -l 'game-config in (config-4,config-5)
1488+
kubectl delete configmap -l 'game-config in (config-4,config-5)'
14891489
```
14901490

14911491
<!--

0 commit comments

Comments
 (0)