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
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
Name: game-demo
|
||||
name: game-demo
|
||||
data:
|
||||
# property-like keys; each key maps to a simple value
|
||||
player_initial_lives: 3
|
||||
|
||||
Reference in New Issue
Block a user