mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-22 06:02:51 +00:00
a5e8f0cf64
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> |
||
---|---|---|
.. | ||
README.md | ||
tkn.yaml |
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. |