Merge pull request #21566 from adamulacha/patch-1

Update configmap.md
This commit is contained in:
Kubernetes Prow Robot
2020-06-08 06:15:47 -07:00
committed by GitHub
@@ -189,7 +189,7 @@ spec:
readOnly: true readOnly: true
volumes: volumes:
- name: foo - name: foo
configmap: configMap:
name: myconfigmap name: myconfigmap
``` ```