Merge pull request #20681 from ViBiOh/patch-1
fix: Metadata name of ConfigMap must be lower case
This commit is contained in:
@@ -57,7 +57,7 @@ format.
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
Name: game-demo
|
name: game-demo
|
||||||
data:
|
data:
|
||||||
# property-like keys; each key maps to a simple value
|
# property-like keys; each key maps to a simple value
|
||||||
player_initial_lives: 3
|
player_initial_lives: 3
|
||||||
|
|||||||
Reference in New Issue
Block a user