[KR] Update configmap.md
#### Why 'configmap' is an invalid field, correct to 'configMap' #### Changes * Fix `configmap` field in example to `configMap`pull/44874/head
parent
ecd82126a6
commit
7e86606bc6
|
@ -174,7 +174,7 @@ spec:
|
||||||
readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: foo
|
- name: foo
|
||||||
configmap:
|
configMap:
|
||||||
name: myconfigmap
|
name: myconfigmap
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue