[KR] Update configmap.md

#### Why
'configmap' is an invalid field, correct to 'configMap'

#### Changes
* Fix `configmap` field in example to `configMap`
pull/44874/head
SegmenFault 2024-01-24 11:46:44 +09:00 committed by GitHub
parent ecd82126a6
commit 7e86606bc6
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 readOnly: true
volumes: volumes:
- name: foo - name: foo
configmap: configMap:
name: myconfigmap name: myconfigmap
``` ```