diff --git a/content/en/docs/concepts/configuration/configmap.md b/content/en/docs/concepts/configuration/configmap.md index 28f76c5a11..92348f36b7 100644 --- a/content/en/docs/concepts/configuration/configmap.md +++ b/content/en/docs/concepts/configuration/configmap.md @@ -189,7 +189,7 @@ spec: readOnly: true volumes: - name: foo - configmap: + configMap: name: myconfigmap ```