Update configmap.md
Changing nginx to alpine, This way it's more generic giving it generic context.
This commit is contained in:
@@ -102,7 +102,8 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: demo
|
||||
image: nginx
|
||||
image: alpine
|
||||
command: ["sleep", "3600"]
|
||||
env:
|
||||
# Define the environment variable
|
||||
- name: PLAYER_INITIAL_LIVES # Notice that the case is different here
|
||||
|
||||
Reference in New Issue
Block a user