1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Add missing default value in gcs-upload param

The new param introduced in the latest version of the task was meant
to have a default value (as documented). Actually set the default.

Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
This commit is contained in:
Andrea Frittoli 2022-04-06 14:21:38 +01:00 committed by tekton-robot
parent d1fdc34049
commit 825c99934c

View File

@ -48,6 +48,7 @@ spec:
When "false", files that already exists are skipped. Default: "true"
NOTE: setting this option to "false" is not compatible with deleteExtraFiles="true"
default: "true"
- name: serviceAccountPath
description: The path inside the credentials workspace to the GOOGLE_APPLICATION_CREDENTIALS key file.
type: string