diff --git a/content/en/docs/concepts/configuration/configmap.md b/content/en/docs/concepts/configuration/configmap.md index 7cefb2e6cd..0f4cebb126 100644 --- a/content/en/docs/concepts/configuration/configmap.md +++ b/content/en/docs/concepts/configuration/configmap.md @@ -102,7 +102,7 @@ metadata: spec: containers: - name: demo - image: game.example/demo-game + image: nginx env: # Define the environment variable - name: PLAYER_INITIAL_LIVES # Notice that the case is different here