Create cm.yml
This commit is contained in:
committed by
GitHub
parent
7979a814b4
commit
d164d841b0
9
health-check/cm.yml
Normal file
9
health-check/cm.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: game-demo
|
||||
annotaions:
|
||||
a: b
|
||||
data:
|
||||
# property-like keys; each key maps to a simple value
|
||||
player_initial_lives: "3"
|
||||
Reference in New Issue
Block a user