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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: demo
|
- name: demo
|
||||||
image: nginx
|
image: alpine
|
||||||
|
command: ["sleep", "3600"]
|
||||||
env:
|
env:
|
||||||
# Define the environment variable
|
# Define the environment variable
|
||||||
- name: PLAYER_INITIAL_LIVES # Notice that the case is different here
|
- name: PLAYER_INITIAL_LIVES # Notice that the case is different here
|
||||||
|
|||||||
Reference in New Issue
Block a user