1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-29 06:34:08 +00:00

revert bentoml task to v1beta1 task

This commit is contained in:
Ian Coffey 2020-06-19 10:12:15 -04:00 committed by tekton-robot
parent 644d783b26
commit 1b9d811f66

View File

@ -1,18 +1,17 @@
---
apiVersion: tekton.dev/v1alpha1
apiVersion: tekton.dev/v1beta1
kind: Task
metadata:
name: bentoml
spec:
inputs:
params:
- name: ARGS
type: array
description: BentoML CLI arguments to run
params:
- name: YATAISERVICE
type: string
description: BentoML CLI arguments to run
params:
- name: ARGS
type: array
description: BentoML CLI arguments to run
params:
- name: YATAISERVICE
type: string
description: BentoML CLI arguments to run
steps:
- name: bento
image: iancoffey/bentoml-python3:latest