Update configmap.md

Changing nginx to alpine, This way it's more generic giving it generic context.
This commit is contained in:
ldynia
2020-09-24 15:06:15 +02:00
committed by GitHub
parent 8dcf08a4d0
commit 7dc69cfa0b
@@ -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