Update configmap.md
Changing nginx to alpine, This way it's more generic giving it generic context.pull/24101/head
parent
8dcf08a4d0
commit
7dc69cfa0b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue