mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-23 06:08:46 +00:00
Modifies gcs-create-bucket 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
e50fd663bf
commit
4a7e431eb9
@ -2,7 +2,18 @@ apiVersion: tekton.dev/v1beta1
|
||||
kind: Task
|
||||
metadata:
|
||||
name: gcs-create-bucket
|
||||
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 creates a new GCS bucket.
|
||||
|
||||
This tasks is intended to be a replacement for GCS PipelineResource
|
||||
and can be used for copying to and from GCS buckets.
|
||||
|
||||
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