Skip to content

Commit 554155c

Browse files
authored
Merge pull request #44447 from giiiiiithub/patch-3
fix the Chinese single quotes in the code to English single quotes
2 parents d1c9d2b + 5605ae7 commit 554155c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/configure-pod-container/configure-pod-configmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ Before proceeding, clean up some of the ConfigMaps you made:
526526
```bash
527527
kubectl delete configmap special-config
528528
kubectl delete configmap env-config
529-
kubectl delete configmap -l 'game-config in (config-4,config-5)
529+
kubectl delete configmap -l 'game-config in (config-4,config-5)'
530530
```
531531

532532
Now that you have learned to define ConfigMaps, you can move on to the next
@@ -910,7 +910,7 @@ kubectl delete pod dapi-test-pod --now
910910
911911
# You might already have removed the next set
912912
kubectl delete configmaps/special-config configmaps/env-config
913-
kubectl delete configmap -l 'game-config in (config-4,config-5)
913+
kubectl delete configmap -l 'game-config in (config-4,config-5)'
914914
```
915915

916916
If you created a directory `configure-pod-container` and no longer need it, you should remove that too,

0 commit comments

Comments
 (0)