File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -406,6 +406,12 @@ spec:
406
406
workspaces:
407
407
- name: source
408
408
description: The workspace containing the function project
409
+ - name: cache
410
+ optional: true
411
+ - name: sslcertdir
412
+ optional: true
413
+ - name: dockerconfig
414
+ optional: true
409
415
steps:
410
416
- name: func-deploy
411
417
image: "%s"
@@ -431,6 +437,15 @@ spec:
431
437
- name: path
432
438
description: Path to the function project
433
439
default: ""
440
+ workspaces:
441
+ - name: source
442
+ description: The workspace containing the function project
443
+ - name: cache
444
+ optional: true
445
+ - name: sslcertdir
446
+ optional: true
447
+ - name: dockerconfig
448
+ optional: true
434
449
steps:
435
450
- name: func-scaffold
436
451
image: %s
Original file line number Diff line number Diff line change 49
49
workspaces:
50
50
- name: source
51
51
workspace: source-workspace
52
+ - name: cache
53
+ workspace: cache-workspace
54
+ - name: dockerconfig
55
+ workspace: dockerconfig-workspace
52
56
{{.RunAfterFetchSources}}
53
57
{{.FuncScaffoldTaskRef}}
54
58
- name: build
86
90
workspaces:
87
91
- name: source
88
92
workspace: source-workspace
93
+ - name: cache
94
+ workspace: cache-workspace
95
+ - name: dockerconfig
96
+ workspace: dockerconfig-workspace
89
97
workspaces:
90
98
- description: Directory where function source is located.
91
99
name: source-workspace
Original file line number Diff line number Diff line change 53
53
workspaces:
54
54
- name: source
55
55
workspace: source-workspace
56
+ - name: cache
57
+ workspace: cache-workspace
58
+ - name: dockerconfig
59
+ workspace: dockerconfig-workspace
56
60
{{.RunAfterFetchSources}}
57
61
{{.FuncScaffoldTaskRef}}
58
62
- name: build
92
96
workspaces:
93
97
- name: source
94
98
workspace: source-workspace
99
+ - name: cache
100
+ workspace: cache-workspace
101
+ - name: dockerconfig
102
+ workspace: dockerconfig-workspace
95
103
workspaces:
96
104
- description: Directory where function source is located.
97
105
name: source-workspace
You can’t perform that action at this time.
0 commit comments