mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-23 06:08:46 +00:00
Modifies gcloud 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 also moves the gcloud files to the task directory and modifies the path for install task command in readme file Issue: #386 Signed-off-by: Shivam Mukhade <smukhade@redhat.com>
This commit is contained in:
parent
bc0d1fed92
commit
4a0049d6f7
@ -5,7 +5,7 @@ This task performs operations on Google Cloud Platform resources using `gcloud`.
|
|||||||
## Install the Task
|
## Install the Task
|
||||||
|
|
||||||
```
|
```
|
||||||
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/gcloud/gcloud.yaml
|
kubectl apply -f https://raw.githubusercontent.com/tektoncd/catalog/master/task/gcloud/0.1/gcloud.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
@ -2,7 +2,15 @@ apiVersion: tekton.dev/v1beta1
|
|||||||
kind: Task
|
kind: Task
|
||||||
metadata:
|
metadata:
|
||||||
name: gcloud
|
name: gcloud
|
||||||
|
labels:
|
||||||
|
app.kubernetes.io/version: "0.1"
|
||||||
|
annotations:
|
||||||
|
tekton.dev/pipelines.minVersion: "0.12.1"
|
||||||
|
tekton.dev/tags: gcp
|
||||||
spec:
|
spec:
|
||||||
|
description: >-
|
||||||
|
This task performs operations on Google Cloud Platform resources using gcloud.
|
||||||
|
|
||||||
params:
|
params:
|
||||||
- name: gcloud-image
|
- name: gcloud-image
|
||||||
description: gcloud CLI container image to run this task
|
description: gcloud CLI container image to run this task
|
Loading…
Reference in New Issue
Block a user