From 71f95e719a32c73f3f2cfc25a2c314550b14afe9 Mon Sep 17 00:00:00 2001 From: ViBiOh Date: Thu, 30 Apr 2020 11:32:30 +0200 Subject: [PATCH] fix: Metadata name of ConfigMap must be lower case --- content/en/docs/concepts/configuration/configmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/configmap.md b/content/en/docs/concepts/configuration/configmap.md index d58e36cb3d..355386f3e7 100644 --- a/content/en/docs/concepts/configuration/configmap.md +++ b/content/en/docs/concepts/configuration/configmap.md @@ -57,7 +57,7 @@ format. apiVersion: v1 kind: ConfigMap metadata: - Name: game-demo + name: game-demo data: # property-like keys; each key maps to a simple value player_initial_lives: 3