1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-22 06:02:51 +00:00
catalog/task/tkn/0.1
PuneetPunamiya a5e8f0cf64 Modifies tkn task according to the new reorg proposal
Changes include:
  - adds version label
  - adds a minimum pipeline versions supported by the task
  - adds tags for task
  - modified description to add a summary

This patch only moves the tkn files to the task directory
and modifies the path for install task command in readme file

Issue: #386

Signed-off-by: Puneet Punamiya <ppunamiy@redhat.com>
2020-07-10 22:06:57 +01:00
..
README.md Modifies tkn task according to the new reorg proposal 2020-07-10 22:06:57 +01:00
tkn.yaml Modifies tkn task according to the new reorg proposal 2020-07-10 22:06:57 +01:00

tkn

This task performs operations on Tekton resources using tkn.

Install the Task

kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/task/tkn/0.1/tkn.yaml

Parameters

name description default
tkn-image tkn CLI container image to run this task. gcr.io/tekton-releases/dogfooding/tkn
ARGS The arguments to pass to the tkn CLI. No default. Required.