fix the Chinese single quotes in the code to English single quotes

pull/44446/head
giiiiiithub 2023-12-20 15:43:27 +08:00 committed by GitHub
parent 6e37a5fa76
commit 9454e4f8a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -811,7 +811,7 @@ Before proceeding, clean up some of the ConfigMaps you made:
```bash
kubectl delete configmap special-config
kubectl delete configmap env-config
kubectl delete configmap -l 'game-config in (config-4,config-5)
kubectl delete configmap -l 'game-config in (config-4,config-5)'
```
<!--
@ -1485,7 +1485,7 @@ kubectl delete pod dapi-test-pod --now
# 你可能已经删除了下一组内容
kubectl delete configmaps/special-config configmaps/env-config
kubectl delete configmap -l 'game-config in (config-4,config-5)
kubectl delete configmap -l 'game-config in (config-4,config-5)'
```
<!--