Skip to content

Commit 4a449ea

Browse files
authored
Merge pull request #21918 from behzadm18/patch-1
Add quotation marks around the value of the key "player_initial_lives"
2 parents e25e7f6 + 439f9f4 commit 4a449ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ metadata:
6060
name: game-demo
6161
data:
6262
# property-like keys; each key maps to a simple value
63-
player_initial_lives: 3
63+
player_initial_lives: "3"
6464
ui_properties_file_name: "user-interface.properties"
6565
#
6666
# file-like keys

0 commit comments

Comments
 (0)