Update configmap.md

Fixed configmap -> configMap
This commit is contained in:
Adam 2020-06-07 21:16:28 +02:00 committed by GitHub
parent 87cb0c3c82
commit 473ab23e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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