mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-30 06:38:13 +00:00
Modifies gcs-download task from gcs directory
according to the new reorg proposal ** NOTE: This only modifies the content of the yaml, changing the location of the file will be done in a different commit to make review easier Changes include: - adds version label - adds a minimum pipeline versions supported by the task - adds tags for task - modified description to add a summary Issue: #386 Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
This commit is contained in:
parent
695a7d6919
commit
992775cbc0
@ -2,7 +2,18 @@ apiVersion: tekton.dev/v1beta1
|
||||
kind: Task
|
||||
metadata:
|
||||
name: gcs-download
|
||||
labels:
|
||||
app.kubernetes.io/version: "0.1"
|
||||
annotations:
|
||||
tekton.dev/pipelines.minVersion: "0.12.1"
|
||||
tekton.dev/tags: cloud, gcs
|
||||
spec:
|
||||
description: >-
|
||||
A Task that downloads a GCS bucket.
|
||||
|
||||
A Task that fetches files or directories from a GCS bucket and
|
||||
puts them on a Workspace.
|
||||
|
||||
workspaces:
|
||||
- name: credentials
|
||||
description: A secret with a service account key to use as GOOGLE_APPLICATION_CREDENTIALS.
|
||||
|
Loading…
Reference in New Issue
Block a user