Skip to content

Commit

Permalink
fix task and run yaml formatting for bentoml task
Browse files Browse the repository at this point in the history
  • Loading branch information
iancoffey authored and tekton-robot committed Jun 25, 2020
1 parent 1b9d811 commit 24ffc67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bentoml/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ spec:
- name: ARGS
type: array
description: BentoML CLI arguments to run
params:
- name: YATAISERVICE
type: string
description: BentoML CLI arguments to run
default: ""
steps:
- name: bento
image: iancoffey/bentoml-python3:latest
Expand Down
4 changes: 2 additions & 2 deletions bentoml/tests/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
name: bentoml-list-run
spec:
params:
- name: ARGS
value: ["list"]
- name: ARGS
value: ["list"]
taskRef:
name: bentoml
workspaces:
Expand Down

0 comments on commit 24ffc67

Please sign in to comment.