Update configmap.md

Changing nginx to alpine, This way it's more generic giving it generic context.
pull/24101/head
ldynia 2020-09-24 15:06:15 +02:00 committed by GitHub
parent 8dcf08a4d0
commit 7dc69cfa0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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