Merge pull request #44874 from SegmenFault/patch-2

[kr-ko] Fix `configmap` to `configMap` in configmap.md
pull/44922/head
Kubernetes Prow Robot 2024-01-26 06:12:42 +01:00 committed by GitHub
commit 4d2c42e86d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ spec:
readOnly: true
volumes:
- name: foo
configmap:
configMap:
name: myconfigmap
```