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:
parent
d1fdc34049
commit
825c99934c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user