You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/argo-tasks/create-manifest.yml
+31-31Lines changed: 31 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ spec:
24
24
25
25
- name: version_argo_tasks
26
26
description: version of argo-tasks to use
27
-
default: 'v4'
27
+
default: v4
28
28
29
29
- name: include
30
30
description: A regular expression to match object path(s) or name(s) from within the source path to include in the copy
@@ -35,12 +35,12 @@ spec:
35
35
default: ''
36
36
37
37
- name: copy_option
38
-
description: --no-clobber Skip overwriting existing files. --force Overwrite all files. --force-no-clobber Overwrite only changed files, skip unchanged files.
39
-
default: '--no-clobber'
38
+
description: '--no-clobber Skip overwriting existing files. --force Overwrite all files. --force-no-clobber Overwrite only changed files, skip unchanged files.'
39
+
default: --no-clobber
40
40
enum:
41
-
- '--no-clobber'
42
-
- '--force'
43
-
- '--force-no-clobber'
41
+
- --no-clobber
42
+
- --force
43
+
- --force-no-clobber
44
44
45
45
- name: flatten
46
46
description: Flatten the files in the target location
@@ -55,11 +55,11 @@ spec:
55
55
56
56
- name: group_size
57
57
description: The maximum group size of files for each pod to copy (will use the value of `group` or `group_size` that is reached first)
58
-
default: '100Gi'
58
+
default: 100Gi
59
59
60
60
- name: transform
61
-
description: String to be transformed from source to target to renamed filenames, e.g. `f.replace("text to replace", "new_text_to_use")`. Leave as `f` for no transformation.
62
-
default: 'f'
61
+
description: 'String to be transformed from source to target to renamed filenames, e.g. `f.replace("text to replace", "new_text_to_use")`. Leave as `f` for no transformation.'
0 commit comments