Merge pull request #24101 from ldynia/patch-1

changing image to nginx because game.example/demo-game does not exist
pull/24538/head
Kubernetes Prow Robot 2020-10-12 17:09:24 -07:00 committed by GitHub
commit aa426328ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ metadata:
spec:
containers:
- name: demo
image: game.example/demo-game
image: alpine
command: ["sleep", "3600"]
env:
# Define the environment variable
- name: PLAYER_INITIAL_LIVES # Notice that the case is different here