You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
335 B
16 lines
335 B
apiVersion: v1 |
|
kind: ConfigMap |
|
metadata: |
|
name: cm-test |
|
data: |
|
# property-like keys; each key maps to a simple value |
|
nick_name: "13" |
|
|
|
# file-like keys |
|
game.properties: | |
|
enemy.types=aliens,monsters |
|
player.maximum-lives=5 |
|
user-interface.properties: | |
|
color.good=purple |
|
color.bad=yellow |
|
allow.textmode=true
|
|
|