Skip to content

Commit

Permalink
added names to containers
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyrtong committed Aug 3, 2020
1 parent 3cc0b69 commit 0e2ffe0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/jobs/kubernetes/test-infra/test-infra-canaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ periodics:
decorate: true
spec:
containers:
- image: alpine
- name: test-1
image: alpine
command: ["/bin/echo"]
args: ["I am the first container"]
- image: alpine
- name: test-2
image: alpine
command: ["/bin/echo"]
args: ["I am the second container"]
annotations:
Expand Down

0 comments on commit 0e2ffe0

Please sign in to comment.